Signing
Get a specific public signing key.
Returns a retained public signing key by its id, in PEM form. A key that has been superseded by a regeneration is kept, because redaction-ledger entries signed with it must remain verifiable. Ledger entries and exports name the key that signed them in their signingKeyId field. This endpoint does not require authentication.
get/api/signing-key/{keyId}
Path parameters
keyIdstring required
Response
The public key with the given id.
string required