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
Code | Description |
---|---|
caa_record_does_not_allow_ca | CAA record does not allow certificate authority |
ca_dns_validation_failed | Certificate Authority: DNS validation failed |
ca_too_many_authorizations_failed_recently | Certificate Authority: Too many authorizations failed recently |
ca_too_many_certificates_issued_for_registered_domain | Certificate Authority: Too many certificates issued for registered domain |
ca_too_many_duplicate_certificates | Certificate Authority: Too many duplicate certificates |
could_not_verify_domain_delegated_to_zone | Could not verify domain delegated to zone |
dns_zone_not_found | DNS zone not found |
dns_zone_is_secondary_zone | DNS zone is a secondary zone |
Servers
- https://api.hetzner.cloud/v1
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
Integer | Yes |
ID of the Certificate. |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.