cURL
curl --request GET \ --url https://us.infisical.com/api/v1/cert-manager/installations/{installationId}
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "projectId": "<string>", "locationType": "<string>", "locationFingerprint": "<string>", "lastSeenAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "locationDetails": "<unknown>", "name": "<string>", "type": "unknown", "metadata": "<unknown>", "discoveryName": "<string>", "certificates": [ { "certificateId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "firstSeenAt": "2023-11-07T05:31:56Z", "lastSeenAt": "2023-11-07T05:31:56Z", "commonName": "<string>", "serialNumber": "<string>", "notBefore": "2023-11-07T05:31:56Z", "notAfter": "2023-11-07T05:31:56Z", "status": "<string>", "friendlyName": "<string>", "fingerprintSha256": "<string>" } ] }
Get a PKI certificate installation by ID with linked certificates
The ID of the installation
Default Response
Show child attributes
Was this page helpful?