Add an X509 certificate
POST/vedsdk/X509CertificateStore/add
This method validates the request and adds either a single certificate or a collection of certificates to the certificate store. If a single certificate is added, the method logs the event and returns the vault ID of the added certificate.
Required scope: certificate:manage
Request
Responses
- 200
- 400
- 401
- 500
The certificate was successfully added to the vault.
The request was invalid, possibly due to missing required properties.
The user is not authorized to add the certificate to the vault.
An error occurred on the server while adding the certificate to the vault.