v1

latestOpenAPI 3.0.42026-07-137589157.3 KB
SSL certificates

Download a SSL certificate

Returns the certifcate as binary data with the content-type and the filename information in the response headers.

get/sslcertificates/{sha1Fingerprint}/download

Path parameters

sha1_fingerprintstring required

The SHA-1 fingerprint of the certificate.

Query parameters

file_format'pfx' required

The file format of the returned file stream:

<ul><li>PFX: Also known as PKCS #12, is a single, password protected certificate archive that contains the entire certificate chain plus the matching private key.</li></ul>

The file format of the returned file stream:

<ul><li>PFX: Also known as PKCS #12, is a single, password protected certificate archive that contains the entire certificate chain plus the matching private key.</li></ul>
passwordstring required

The password used to protect the certificate file.

Response

OK

string binary required