diff --git a/routes/actor.js b/routes/actor.js index cb54ee3..941adbb 100644 --- a/routes/actor.js +++ b/routes/actor.js @@ -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`