Hi, I discovered an actor where publicKey.id and publicKey.owner have http URI scheme. The admin says that configuration seems to be correct ("both site url and the activitypub url are https").
Example:
{
"id": "https://ghost.example/.ghost/activitypub/users/index",
"publicKey": {
"id": "http://ghost.example/.ghost/activitypub/users/index#main-key",
"owner": "http://ghost.example/.ghost/activitypub/users/index",
"publicKeyPem": "...",
"type": "CryptographicKey"
}
}
Version (according to NodeInfo): 0.1.0
Hi, I discovered an actor where
publicKey.idandpublicKey.ownerhavehttpURI scheme. The admin says that configuration seems to be correct ("both site url and the activitypub url are https").Example:
{ "id": "https://ghost.example/.ghost/activitypub/users/index", "publicKey": { "id": "http://ghost.example/.ghost/activitypub/users/index#main-key", "owner": "http://ghost.example/.ghost/activitypub/users/index", "publicKeyPem": "...", "type": "CryptographicKey" } }Version (according to NodeInfo): 0.1.0