Skip to main content

crypto_certificatekeypairs_list

GET 

/crypto/certificatekeypairs/

CertificateKeyPair Viewset

Request

Query Parameters

    has_key boolean

    Only return certificate-key pairs with keys

    include_details boolean

    Default value: true

    managed string
    name string
    ordering string

    Which field to use when ordering the results.

    page integer

    A page number within the paginated result set.

    page_size integer

    Number of results to return per page.

    search string

    A search term.

Responses

Schema

    pagination

    object

    required

    next numberrequired
    previous numberrequired
    count numberrequired
    current numberrequired
    total_pages numberrequired
    start_index numberrequired
    end_index numberrequired

    results

    object[]

    required

  • Array [

  • pk uuidrequired
    name stringrequired
    fingerprint_sha256 stringnullablerequired

    Get certificate Hash (SHA256)

    fingerprint_sha1 stringnullablerequired

    Get certificate Hash (SHA1)

    cert_expiry date-timenullablerequired

    Get certificate expiry

    cert_subject stringnullablerequired

    Get certificate subject as full rfc4514

    private_key_available booleanrequired

    Show if this keypair has a private key configured or not

    private_key_type stringnullablerequired

    Get the private key's type, if set

    certificate_download_url stringrequired

    Get URL to download certificate

    private_key_download_url stringrequired

    Get URL to download private key

    managed Managed by authentik (string)nullablerequired

    Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

  • ]

Loading...