Certificates
Sign SSH Public Key
Sign SSH public key
POST
/
api
/
v1
/
ssh
/
certificates
/
sign
Body
application/json
The ID of the SSH certificate template to sign the SSH public key with.
Minimum length:
1
The SSH public key to sign.
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.
Available options:
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.
Maximum length:
50
Was this page helpful?