Retrieve an existing certificate template

Retrieve an existing OpenSSH certificate template based on its name

Path parameters
name
string required
Responses
  • 200 The certificate template
    id
    string (Internal ID) required

    Object internal ID

    enabled
    boolean required

    If true, this template can be used for OpenSSH certificate enrollment

    name
    string required

    Name of the certificate template

    lifetime
    string | null required

    Lifetime of the OpenSSH certificate to enroll

    authorizedKeyTypes
    array of string (Key type)

    The authorized ssh keytype

    principalPolicy
    object (PrincipalsElement)

    The principal policy

    backdate
    string | null

    Time to substract to current time to set the validAfter of the certificate to enroll

    type
    string | null (SSHCertificateType)

    The Type of OpenSSH certificate

    Enum USER HOST
  • 401 Unauthorized request
  • 403 Forbidden action
  • 404 Not Found
  • 500 Internal Server error