v1

latestOpenAPI 3.0.12026-07-177949123.5 KB
v1/ssh

Retrieves a CA's public key in SSH format.

Retrieves a CA's public key in SSH format.

get/v1/ssh/{ca_name}/pubkey

Path parameters

ca_namestring required

Response

Successful response

ca_namestring

Certificate Authority (CA) name

responsestring

CA’s public key

Example response

{
  "ca_name": "ExampleCA",
  "response": "ssh-rsa AAAAB...QxLwx SshCA"
}