v4

latestOpenAPI 3.0.32026-07-312,317012.2 MB
SSH Certificate Templates

patch/api/v1/ssh/certificate-templates/{certificateTemplateId}

Path parameters

certificateTemplateIdstring required

The ID of the SSH certificate template to update.

Request body

status'active' | 'disabled'
namestring

The name of the certificate template.

ttlstring

The default time to live for issued certificates such as 1m, 1h, 1d, 1y, ...

maxTTLstring

The maximum time to live for issued certificates such as 1m, 1h, 1d, 1y, ...

allowedUsersstring[]

The list of allowed users for certificates issued under this template.

allowedHostsstring[]

The list of allowed hosts for certificates issued under this template.

allowUserCertificatesboolean

Whether or not to allow user certificates to be issued under this template.

allowHostCertificatesboolean

Whether or not to allow host certificates to be issued under this template.

allowCustomKeyIdsboolean

Whether or not to allow custom key IDs for certificates issued under this template.

Response

Default Response

idstring uuid required
sshCaIdstring uuid required
statusstring required
namestring required
ttlstring required
maxTTLstring required
allowedUsersstring[] required
allowedHostsstring[] required
allowCustomKeyIdsboolean required
allowUserCertificatesboolean required
allowHostCertificatesboolean required