---
title: "Detail of a SSL certificate"
method: GET
path: "/sslcertificates/{sha1Fingerprint}"
tags: ["SSL certificates"]
---

# Detail of a SSL certificate

`GET /sslcertificates/{sha1Fingerprint}`

## Path parameters

- `sha1_fingerprint` string, required

## Response `200`

OK

- SslCertificateDetail
  - `sha1_fingerprint` string — The SHA-1 fingerprint of the certificate. The fingerprint is a cryptographic hash which is a short unique identification of the certificate.
  - `common_name` string — The common name (e.g. domain.com) of the certificate.
  - `expires_after` string, date-time — The exact time the certificate will expire.
  - `validation_level` 'domain_validated' | 'organization_validated' | 'extended_validated' — The validation level of the certificate: <ul><li>Domain validated: Basic check of the identity of the owner of the domain name.</li><li>Organization validated: Company details are verified and integrated in the certificate.</li><li>Extended validated: A thorough verification of your domain name and company details.</li></ul>
  - `type` 'standard' | 'multi_domain' | 'wildcard' — The type of the certificate: <ul><li>Standard: Certificate for a single domain.</li><li>Multi domain: Certificate for multiple (sub)domains belonging to the same owner.</li><li>Wildcard: Certificate for all the subdomains.</li></ul>
  - `subject_alt_names` SslSubjectAltName[] — The list of all supported dns names in the certificate.
    - `type` 'dns' | 'ip' — The type of the alt name: <ul><li>Dns</li><li>Ip</li></ul>
    - `value` string — The value of the alt name.

---

[API](https://skmtc.net/combell/apis/public-api.md) · [All operations](https://skmtc.net/combell/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/combell/public-api/revisions/d6d1ea012567/schema)
