cURL
curl --request GET \ --url https://us.infisical.com/api/v1/cert-manager/ca/internal/{caId}/signing-config
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "caId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "type": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "parentCaId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "appConnectionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "destinationConfig": null, "lastExternalCertificateId": "<string>" }
Get the signing configuration for a CA
The ID of the CA to get the signing configuration for.
Default Response
Was this page helpful?