Skip to content

Actor ID and public key ID have different URI schemes #1178

Description

@silverpill

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions