Ensure we're only sending the public key with the actor.
This commit is contained in:
parent
7f98b0ac20
commit
031eba7936
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ module.exports = {
|
|||
'security:owner': {
|
||||
id: `https://${req.hostname}/actor`
|
||||
},
|
||||
'security:publicKeyPem': getKeyPair(`https://${req.hostname}/actor`)
|
||||
'security:publicKeyPem': getKeyPair(`https://${req.hostname}/actor`)["publicKey"]
|
||||
},
|
||||
'endpoints': {
|
||||
sharedInbox: `https://${req.hostname}/inbox`
|
||||
|
|
Loading…
Add table
Reference in a new issue