v8

latestSwagger 2.02026-07-13274484.3 KB

Restores a backed up certificate to a vault.

Restores a backed up certificate, and all its versions, to a vault. This operation requires the certificates/restore permission.

post/certificates/restore

Query parameters

api-versionstring required

The API version to use for this operation.

Request body

valuestring base64url required

The backup blob associated with a certificate bundle.

Response

The request has succeeded.

idstring

The certificate id.

kidstring

The key id.

sidstring

The secret id.

x5tstring base64url

Thumbprint of the certificate.

cerstring byte

CER contents of x509 certificate.

contentTypestring

The content type of the secret. eg. 'application/x-pem-file' or 'application/x-pkcs12'.

tagsobject

Application specific metadata in the form of key-value pairs.

preserveCertOrderboolean

Specifies whether the certificate chain preserves its original order. The default value is false, which sets the leaf certificate at index 0.