POST /certificates/{id}/actions/retry

Retry a failed Certificate issuance or renewal.

Only applicable if the type of the Certificate is managed and the issuance or renewal status is failed.

Call specific error codes

CodeDescription
caa_record_does_not_allow_caCAA record does not allow certificate authority
ca_dns_validation_failedCertificate Authority: DNS validation failed
ca_too_many_authorizations_failed_recentlyCertificate Authority: Too many authorizations failed recently
ca_too_many_certificates_issued_for_registered_domainCertificate Authority: Too many certificates issued for registered domain
ca_too_many_duplicate_certificatesCertificate Authority: Too many duplicate certificates
could_not_verify_domain_delegated_to_zoneCould not verify domain delegated to zone
dns_zone_not_foundDNS zone not found
dns_zone_is_secondary_zoneDNS zone is a secondary zone

Servers

Path parameters

Name Type Required Description
id Integer Yes

ID of the Certificate.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.