Skip to content

Download TLS certificate

GET /tls/certificate/{certificate_id}/download/{format}

Operation ID: DownloadCertificate

Download the issued TLS certificate either as PEM text or as a ZIP bundle.

Name Type Required Description
certificate_id tlsCertificateId yes
format tlsCertificateDownloadFormat yes
Status Type Description
200 string TLS certificate payload
400 Error Invalid request
401 Error Unauthorized
404 Error TLS certificate not found
409 Error The requested certificate artifact is not available yet
500 Error Unexpected error
502 Error Upstream TLS provider error
Terminal-Fenster
curl -X GET "https://api.regfish.com/tls/certificate/<certificate_id>/download/<format>" \
-H "x-api-key: $REGFISH_API_KEY"

Fill in values — the call below updates as you type. Nothing is sent: the API does not currently allow browser requests from this domain (CORS). The API key is not stored.