Issue SSH Credentials
Issue SSH credentials (certificate + key)
Body
The ID of the SSH certificate template to issue the SSH credentials with.
1
The list of principals (usernames, hostnames) to include in the certificate.
The type of public key algorithm and size, in bits, of the key pair for the SSH CA.
RSA_2048
, RSA_4096
, EC_prime256v1
, EC_secp384r1
The type of certificate to issue. This can be one of user or host.
user
, host
The time to live for the certificate such as 1m, 1h, 1d, ... If not specified, the default TTL for the template will be used.
The key ID to include in the certificate. If not specified, a default key ID will be generated.
50
Response
The serial number of the issued SSH certificate.
The SSH certificate or signed SSH public key.
The private key corresponding to the issued SSH certificate.
The public key of the issued SSH certificate.
The type of public key algorithm and size, in bits, of the key pair for the SSH CA.
RSA_2048
, RSA_4096
, EC_prime256v1
, EC_secp384r1
Was this page helpful?