List the existing certificate template(s)

List the existing OpenSSH certificate template(s)

Responses
  • 200 OpenSSH Certificate template(s) list

    Array [

    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

    ]

  • 204 No certificate template defined
  • 401 Unauthorized request
  • 403 Forbidden action
  • 500 Internal Server error