Skip to main content

Get a certificate

GET 

/certificates/:id

Get an existing certificate.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Responses

OK

Schema
    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    id uuid

    The UUID of the certificate

    name string

    The name of the certificate

    algorithm string

    Algorithm

    ca boolean

    CA certificate?

    common_name string

    Common name

    common_name_int string
    expiry_epoch string
    issuer string

    Issuer

    issuer_hash string

    Issue hash

    not_valid_after date

    Not valid after this date

    not_valid_before date

    Not valid before this date

    public_key string

    Public key

    subject string

    Subject

    subject_hash string

    Subject hash

    subject_int string
Loading...