Skip to main content

Export a certificate

POST 

/certificates/:id:export

Export a certificate.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Body

Export a Certificate

    format stringrequired
    passphrase string

    Possible values: [pkcs12, pem, der, pkcs10]

Responses

Exported Certificate

Schema
    certificate string
Loading...