VaultCertificateResponse

data class VaultCertificateResponse(val certificateStore: String? = null, val certificateUrl: String? = null)

Describes a single certificate reference in a Key Vault, and where the certificate should reside on the VM.

Constructors

Link copied to clipboard
constructor(certificateStore: String? = null, certificateUrl: String? = null)

Types

Link copied to clipboard
object Companion

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 .crt for the X509 certificate file and .prv for private key. Both of these files are .pem formatted.

Link copied to clipboard
val certificateUrl: String? = null

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