Lookup X509 certificates
POST/vedsdk/X509CertificateStore/lookup
This method validates the request and looks up certificates in the certificate store based on the provided criteria. If a certificate is provided, it looks up the vault ID of the certificate. If an owner distinguished name (DN) is provided, it looks up all certificates owned by that DN. If a name and value are provided, it looks up all certificates matching the name and value.
Required scope: restricted
Request
Responses
- 200
- 400
- 401
- 500
The 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 certificates in the vault.
An error occurred on the server while looking up the certificates in the vault.