certificate Url
Parameters
value
The ID of the Key Vault Secret. Stored secret is the Base64 encoding of a JSON Object that which is encoded in UTF-8 of which the contents need to be:
{
"data":"<Base64-encoded-certificate>",
"dataType":"pfx",
"password":"<pfx-file-password>"
}
Content copied to clipboard
NOTE: If your certificate is stored in Azure Key Vault - this can be sourced from the
secret_id
property on theazure.keyvault.Certificate
resource.