Importing Azure Certificates
Use the post /v1/cckm/azure/certificates/import
API to import a certificate to a Azure vault.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authentication token. |
caid | string | Name or ID of the certificate authority. |
cert_name | string | Name for the certificate on Azure. Certificate names can only contain alphanumeric characters and dashes. |
key_vault | string | Name or ID of the vault into which the certificate will be imported. |
private_key_pem | string | Private key in the PEM format. |
source_cert_identifier | string | ID of the certificate that will be imported into the Azure vault. |
azure_param | JSON | Azure certificate parameters. Refer to Azure Parameters for details. |
password | string | Password of the private key with which the certificate is encrypted. Not required if the certificate is not encrypted. |
Example Request
Example Response
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.