Compartilhar via


ActivateBringYourOwnRootRequest.CertificateChain Property

Definition

Certificate chain in PEM format, including the signed certificate. The first certificate must be the signed certificate (matching the CSR generated by the service), followed by any intermediate CAs, and optionally the root CA. Certificates must be ordered from leaf to root and concatenated in PEM format.

public string CertificateChain { get; }
member this.CertificateChain : string
Public ReadOnly Property CertificateChain As String

Property Value

Applies to