CertificateProperties interface
Certificate resource specific properties
Properties
| canonical |
CNAME of the certificate to be issued via free certificate |
| domain |
Method of domain validation for free cert |
| host |
Host names the certificate applies to. |
| key |
Key Vault Csm resource Id. |
| key |
Key Vault secret name. |
| password | Certificate password. |
| pfx |
Pfx blob. Value may contain base64 encoded characters |
| server |
Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}". |
Property Details
canonicalName
CNAME of the certificate to be issued via free certificate
canonicalName?: string
Property Value
string
domainValidationMethod
Method of domain validation for free cert
domainValidationMethod?: string
Property Value
string
hostNames
Host names the certificate applies to.
hostNames?: string[]
Property Value
string[]
keyVaultId
Key Vault Csm resource Id.
keyVaultId?: string
Property Value
string
keyVaultSecretName
Key Vault secret name.
keyVaultSecretName?: string
Property Value
string
password
Certificate password.
password?: string
Property Value
string
pfxBlob
Pfx blob.
Value may contain base64 encoded characters
pfxBlob?: string
Property Value
string
serverFarmId
Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
serverFarmId?: string
Property Value
string