curl --request PATCH \
--url https://us.infisical.com/api/v1/pki/ca/acme/{caName} \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"projectId": "<string>",
"enableDirectIssuance": true,
"status": "active",
"configuration": {
"dnsAppConnectionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dnsProviderConfig": {
"provider": "route53",
"hostedZoneId": "<string>"
},
"directoryUrl": "<string>",
"accountEmail": "<string>"
}
}'
{
"projectId": "<string>",
"enableDirectIssuance": true,
"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>"
}
}
curl --request PATCH \
--url https://us.infisical.com/api/v1/pki/ca/acme/{caName} \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"projectId": "<string>",
"enableDirectIssuance": true,
"status": "active",
"configuration": {
"dnsAppConnectionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dnsProviderConfig": {
"provider": "route53",
"hostedZoneId": "<string>"
},
"directoryUrl": "<string>",
"accountEmail": "<string>"
}
}'
{
"projectId": "<string>",
"enableDirectIssuance": true,
"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>"
}
}
Default Response
The response is of type object
.
Was this page helpful?