Certificates
AddCertificate
Add a certificate to the specified store. The certificate is provided as a pfx/pkcs12 optionally password protected blob.
patch/v2/pki/{store}/certs
Path parameters
storestring required
The store to add the certificate to
Query parameters
passwordstring
The optional password of the pfx
Request body
string byte required
Response
The operation was successful.
Changes
Changed in 3 of the 27 revisions of this API.13
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
500response-non-success-status-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲