Skip to main content

CertificateSignature

algorithmstring

Possible values: [Ed25519]

kidstring

Identifies which key in the JWK Set was used.

Example: v1
signaturestring

Base64-encoded 64-byte Ed25519 signature.

CertificateSignature
{
"algorithm": "Ed25519",
"kid": "v1",
"signature": "string"
}