v7

latestSwagger 2.0raw.githubusercontent.com2022-12-067889207.3 KB
Certificates

Merges a certificate or a certificate chain with a key pair existing on the server.

The MergeCertificate operation performs the merging of a certificate or certificate chain with a key pair currently available in the service. This operation requires the certificates/create permission.

post/certificates/{certificate-name}/pending/merge

Path parameters

certificate-namestring required

The name of the certificate.

Query parameters

api-versionstring required

Client API version.

Request body

x5cstring[] required

The certificate or the certificate chain to merge.

tagsobject

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

Response

Merged certificate bundle to the vault.

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.

tagsobject

Application specific metadata in the form of key-value pairs