Ensure we're only sending the public key with the actor.

This commit is contained in:
Andrew Pietila 2023-03-29 08:46:46 -05:00
parent 7f98b0ac20
commit 031eba7936

View file

@ -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`