Show / Hide Table of Contents

Class DomainNewCertificateConfig

Inheritance
System.Object
DomainNewCertificateConfig
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 DomainNewCertificateConfig

Fields

View Source

CertName

The SSL certificate name.

Declaration
public readonly string CertName
Field Value
Type Description
System.String
View Source

CertType

The SSL certificate type, can be "upload", "cas" and "free".

Declaration
public readonly string CertType
Field Value
Type Description
System.String
View Source

ForceSet

Set 1 to ignore the repeated verification for certificate name, and cover the information of the origin certificate (with the same name). Set 0 to work the verification.

Declaration
public readonly string ForceSet
Field Value
Type Description
System.String
View Source

PrivateKey

The SSL private key. This is required if server_certificate_status is on

Declaration
public readonly string PrivateKey
Field Value
Type Description
System.String
View Source

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.