The Certificates API allows you to list and manage SSL certificates on your Access Gateway instance.
Lists all certificates configured in Access Gateway. This request returns a list of certificates with their details.
Success
Unauthorized
Forbidden
Too Many Requests
[- {
- "commonName": "string",
- "expiresOn": "2019-08-24",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "san": [
- "string"
], - "selfSigned": true,
- "validFrom": "2019-08-24",
- "validityRemaining": 0
}
]Retrieves a certificate by certificateId
Success
Bad Request
Unauthorized
Forbidden
Not Found
Too Many Requests
{- "commonName": "string",
- "expiresOn": "2019-08-24",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "san": [
- "string"
], - "selfSigned": true,
- "validFrom": "2019-08-24",
- "validityRemaining": 0
}