Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
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
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?