certificateUrl

@JvmName(name = "dwwmmdybrnvswcgv")
suspend fun certificateUrl(value: Output<String>)
@JvmName(name = "vpxghewammquvnpd")
suspend fun certificateUrl(value: String)

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>"
}

NOTE: If your certificate is stored in Azure Key Vault - this can be sourced from the secret_id property on the azure.keyvault.Certificate resource.