Lookup expiring X509 certificates
POST/vedsdk/X509CertificateStore/lookupexpiring
This method validates the request and looks up certificates in the certificate store that are expiring within the specified number of days. If an owner distinguished name (DN) is provided, it looks up all certificates owned by that DN that are expiring within the specified number of days.
Required scope: restricted
Request
Responses
- 200
- 400
- 401
- 500
The expiring certificates were successfully looked up in the vault.
The request was invalid, possibly due to missing required properties.
The user is not authorized to look up the expiring certificates in the vault.
An error occurred on the server while looking up the expiring certificates in the vault.