Get a certificate
Log in to add to favouritesGET/api/management/certificates/{certificateId}
Parameter
Name | Parameter type | Type | Format | Description |
---|---|---|---|---|
certificateId(required) | path | string | guid | The certificate identifier |
Responses
Examples
GET: /api/management/certificates/3a74d859-d028-4c7c-a9c7-823a8b2e4a3b
{
"id": "3a74d859-d028-4c7c-a9c7-823a8b2e4a3b",
"status": "enabled",
"commonName": "secure.site.com",
"keySize": 2048,
"issuer": "Secure Certs Inc.",
"public": "-----BEGIN CERTIFICATE-----...-----END CERTIFICATE-----",
"issued": "2022-10-10T12:00:00",
"sans": ["secure.site.com", "www.secure.site.com"],
"expiry": "2024-10-10T12:00:00",
"version": {
"created": "2023-03-01T09:30:45.123456",
"createdBy": "user1"
}
}