Vault Certificate Args
data class VaultCertificateArgs(val certificateStore: Output<String>? = null, val certificateUrl: Output<String>? = null) : ConvertibleToJava<VaultCertificateArgs>
Describes a single certificate reference in a Key Vault, and where the certificate should reside on the VM.
Properties
Link copied to clipboard
For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name
Link copied to clipboard
This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the