CloudServiceVaultCertificate interface
Describes a single certificate reference in a Key Vault, and where the certificate should reside on the role instance.
Properties
certificate |
This is the URL of a certificate that has been uploaded to Key Vault as a secret. |
is |
Flag indicating if the certificate provided is a bootstrap certificate to be used by the Key Vault Extension to fetch the remaining certificates. |
Property Details
certificateUrl
This is the URL of a certificate that has been uploaded to Key Vault as a secret.
certificateUrl?: string
Property Value
string
isBootstrapCertificate
Flag indicating if the certificate provided is a bootstrap certificate to be used by the Key Vault Extension to fetch the remaining certificates.
isBootstrapCertificate?: boolean
Property Value
boolean