cURL
curl --request POST \ --url https://us.infisical.com/api/v1/cert-manager/ca/internal/{caId}/import-certificate \ --header 'Content-Type: application/json' \ --data ' { "certificate": "<string>", "certificateChain": "<string>" } '
{ "message": "<string>", "caId": "<string>" }
Import certificate and chain to CA
Documentation IndexFetch the complete documentation index at: https://infisical.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://infisical.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the CA to import the certificate for.
The certificate body to import.
The certificate chain to import.
Default Response
Was this page helpful?