Show / Hide Table of Contents

Class CustomSslCustomSslOptions

Inheritance
System.Object
CustomSslCustomSslOptions
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.Cloudflare.Outputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class CustomSslCustomSslOptions

Fields

View Source

BundleMethod

Method of building intermediate certificate chain. A ubiquitous bundle has the highest probability of being verified everywhere, even by clients using outdated or unusual trust stores. An optimal bundle uses the shortest chain and newest intermediates. And the force bundle verifies the chain, but does not otherwise modify it. Valid values are ubiquitous (default), optimal, force.

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

Certificate

Certificate certificate and the intermediate(s)

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

GeoRestrictions

Specifies the region where your private key can be held locally. Valid values are us, eu, highest_security.

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

PrivateKey

Certificate's private key

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

Type

Whether to enable support for legacy clients which do not include SNI in the TLS handshake. Valid values are legacy_custom (default), sni_custom.

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.