curl --request DELETE \
--url https://us.infisical.com/api/v1/cert-manager/ca/acme/{id}{
"projectId": "<string>",
"name": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "active",
"type": "acme",
"configuration": {
"dnsAppConnectionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dnsProviderConfig": {
"provider": "route53",
"hostedZoneId": "<string>"
},
"directoryUrl": "<string>",
"accountEmail": "<string>",
"eabKid": "<string>",
"eabHmacKey": "<string>"
},
"enableDirectIssuance": true
}curl --request DELETE \
--url https://us.infisical.com/api/v1/cert-manager/ca/acme/{id}{
"projectId": "<string>",
"name": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "active",
"type": "acme",
"configuration": {
"dnsAppConnectionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dnsProviderConfig": {
"provider": "route53",
"hostedZoneId": "<string>"
},
"directoryUrl": "<string>",
"accountEmail": "<string>",
"eabKid": "<string>",
"eabHmacKey": "<string>"
},
"enableDirectIssuance": true
}Default Response
active, disabled, pending-certificate acme Show child attributes
The ID of the App Connection to use for creating and managing DNS TXT records required for ACME domain validation. This connection must have permissions to create and delete TXT records in your DNS provider (e.g., Route53) for the ACME challenge process.
Show child attributes
The DNS provider for the ACME Certificate Authority.
route53, cloudflare, dns-made-easy The hosted zone ID for the ACME Certificate Authority.
1The directory URL for the ACME Certificate Authority.
1The email address for the ACME Certificate Authority.
1The External Account Binding (EAB) Key ID for the ACME Certificate Authority. Required if the ACME provider uses EAB.
64The External Account Binding (EAB) HMAC key for the ACME Certificate Authority. Required if the ACME provider uses EAB.
512Was this page helpful?