Certificates
Imports a certificate into a specified key vault.
Imports an existing valid certificate, containing a private key, into Azure Key Vault. The certificate to be imported can be in either PFX or PEM format. If the certificate is in PEM format the PEM file must contain the key as well as x509 certificates. This operation requires the certificates/import permission.
post/certificates/{certificate-name}/import
Path parameters
certificate-namestring required
The name of the certificate.
Query parameters
api-versionstring required
Client API version.
Request body
Response
Imported certificate bundle to the vault.