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.

NameTypeRequiredDescription
certificate_idtlsCertificateIdyes-
formattlsCertificateDownloadFormatyes-
StatusTypeDescription
200stringTLS certificate payload
400ErrorInvalid request
401ErrorUnauthorized
404ErrorTLS certificate not found
409ErrorThe requested certificate artifact is not available yet
500ErrorUnexpected error
502ErrorUpstream TLS provider error
Terminal window
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.