List the OpenSSH Certificate Authority(ies)

List the OpenSSH Certificate Authority(ies)

Responses
  • 200 OpenSSH Certificate Authority list

    Array [

    id
    string (Internal ID) required

    Object internal ID

    enroll
    boolean required

    If true, this Certificate Authority can sign publicKey

    enforceKeyUnicity
    boolean required

    If true, each enrollment request must have a unique key

    krlPolicy
    object | null (KRL Generation Policy) required

    Define how to generate the KRL fot his OpenSSH Certificate Authority

    publicKey
    string required

    The public key of the SSHSigner

    name
    string required

    This signer's name

    privateKey
    object (Signer Private Key) required

    This signer's private key

    overridePermissions
    object | null (OpenSSH Certificate Authority Override Permissions)
    triggers
    object | null (TriggersCertificateAuthority)

    Triggers that apply on events on this OpenSSH Certificate Authority (CA)

    queue
    string | null

    The name of the queue to apply on this signer's operations

    ]

  • 204 No OpenSSH Certificate Authority defined
  • 401 Unauthorized request
  • 403 Forbidden action
  • 404 Not found
  • 500 Internal Server error