Class DomainCertificateConfig
Inheritance
System.Object
DomainCertificateConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Cdn.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DomainCertificateConfig
Fields
View SourcePrivateKey
The SSL private key. This is required if server_certificate_status is on
Declaration
public readonly string PrivateKey
Field Value
| Type | Description |
|---|---|
| System.String |
ServerCertificate
The SSL server certificate string. This is required if server_certificate_status is on
Declaration
public readonly string ServerCertificate
Field Value
| Type | Description |
|---|---|
| System.String |
ServerCertificateStatus
This parameter indicates whether or not enable https. Valid values are on and off. Default value is on.
Declaration
public readonly string ServerCertificateStatus
Field Value
| Type | Description |
|---|---|
| System.String |