Overview
For each certificate, you can view:
- The distinguished name of the certificate.
- The date and time when the certificate goes (or went) into effect.
- The date and time when the certificate expires (or expired).
API call
GET /certificates/{subjectDn}
Request body
subjectDn
string
Return codes
Status code |
HTTP name |
Description |
---|---|---|
200 | OK | The certificate was retrieved successfully. |
400 | Created | The supplied certificate DN is invalid. |
404 | Not Found | The requested certificate was not found. |