/get-pki-certificate

Body Params
string

The Subject Alternative Names to be included in the PKI certificate (in a comma-separated list) (if CSR is supplied this flag is ignored and any DNS.* names are taken from it)

string
required

The name of the PKI certificate issuer

string

The common name to be included in the PKI certificate (if CSR is supplied this flag is ignored and the CSR subject CN is taken)

string

Certificate Signing Request contents encoded in base64 to generate the certificate with

string

A comma-separated list of extended key usage requests which will be used for certificate issuance. Supported values: 'clientauth', 'serverauth', 'codesigning'. If critical is present the extension will be marked as critical

string

A json string that defines the requested extra extensions for the certificate

boolean
Defaults to false

Set output format to JSON

string

PKI key file contents. If this option is used, the certificate will be printed to stdout

int64
Defaults to -1

The maximum path length for the generated certificate. -1, means unlimited unless the signing certificate has a maximum path length set

string

Authentication token (see /auth and /configure)

string

Updated certificate lifetime in seconds (must be less than the Certificate Issuer default TTL)

string

The universal identity token, Required only for universal_identity authentication

string

The URI Subject Alternative Names to be included in the PKI certificate (in a comma-separated list) (if CSR is supplied this flag is ignored and any URI.* names are taken from it)

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
Footer Section