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 certificate to issue. This can be one of user or host.
user
, host
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 key ID to include in the certificate. If not specified, a default key ID will be generated.
50
The time to live for the certificate such as 1m, 1h, 1d, ... If not specified, the default TTL for the template will be used.
Response
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 private key corresponding to the issued SSH certificate.
The public key of the issued SSH certificate.
The serial number of the issued SSH certificate.
The SSH certificate or signed SSH public key.
Was this page helpful?