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 GET \ --url https://us.infisical.com/api/v1/cert-manager/signers/{signerId}
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "description": "<string>", "status": "active", "certificateId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "approvalPolicyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "lastSignedAt": "2023-11-07T05:31:56Z", "caId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "commonName": "<string>", "certificateTtlDays": 123, "certificateRenewBeforeDays": 123, "certificateFailureReason": "<string>", "keyAlgorithm": "RSA_2048", "certificateCommonName": "<string>", "certificateSerialNumber": "<string>", "certificateNotAfter": "2023-11-07T05:31:56Z", "certificateNotBefore": "2023-11-07T05:31:56Z", "certificateKeyAlgorithm": "<string>", "certificateStatus": "<string>", "certificateCaId": "<string>", "approvalPolicyName": "<string>" }
Get a code signing signer by ID
Default Response
Was this page helpful?