diff --git a/src/modules/fedimbed.js b/src/modules/fedimbed.js index ada4286..8f80951 100644 --- a/src/modules/fedimbed.js +++ b/src/modules/fedimbed.js @@ -67,7 +67,7 @@ async function resolvePlatform(url) { return nodeinfo.software.name; } -const keyId = "https://hf.c7.pm/action#main-key"; +const keyId = "https://hf.c7.pm/actor#main-key"; const privKey = fs.readFileSync( path.resolve(__dirname, "../../priv/private.pem") );