Skip to main content
GET
/
api
/
v1
/
cert-manager
/
certificates
/
{id}
cURL
curl --request GET \
  --url https://us.infisical.com/api/v1/cert-manager/certificates/{id}
{
  "certificate": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "status": "<string>",
    "serialNumber": "<string>",
    "friendlyName": "<string>",
    "commonName": "<string>",
    "notBefore": "2023-11-07T05:31:56Z",
    "notAfter": "2023-11-07T05:31:56Z",
    "projectId": "<string>",
    "caId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "revokedAt": "2023-11-07T05:31:56Z",
    "revocationReason": 123,
    "altNames": "<string>",
    "caCertId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "certificateTemplateId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "keyUsages": [
      "<string>"
    ],
    "extendedKeyUsages": [
      "<string>"
    ],
    "pkiSubscriberId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "profileId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "renewBeforeDays": 123,
    "renewedFromCertificateId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "renewedByCertificateId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "renewalError": "<string>",
    "keyAlgorithm": "<string>",
    "signatureAlgorithm": "<string>",
    "subjectOrganization": "<string>",
    "subjectOrganizationalUnit": "<string>",
    "subjectCountry": "<string>",
    "subjectState": "<string>",
    "subjectLocality": "<string>",
    "fingerprintSha256": "<string>",
    "fingerprintSha1": "<string>",
    "isCA": true,
    "pathLength": 123,
    "subject": {
      "commonName": "<string>",
      "organization": "<string>",
      "organizationalUnit": "<string>",
      "country": "<string>",
      "state": "<string>",
      "locality": "<string>"
    },
    "fingerprints": {
      "sha256": "<string>",
      "sha1": "<string>"
    },
    "basicConstraints": {
      "isCA": true,
      "pathLength": 123
    },
    "caName": "<string>",
    "caType": "internal",
    "profileName": "<string>"
  }
}

Path Parameters

id
string
required

The ID of the certificate to get.

Response

Default Response

certificate
object
required