Show / Hide Table of Contents

Class CustomSslCustomSslOptionsGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CustomSslCustomSslOptionsGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class CustomSslCustomSslOptionsGetArgs : ResourceArgs

Constructors

View Source

CustomSslCustomSslOptionsGetArgs()

Declaration
public CustomSslCustomSslOptionsGetArgs()

Properties

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 Input<string> BundleMethod { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Certificate

Certificate certificate and the intermediate(s)

Declaration
public Input<string> Certificate { get; set; }
Property Value
Type Description
Input<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 Input<string> GeoRestrictions { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PrivateKey

Certificate's private key

Declaration
public Input<string> PrivateKey { get; set; }
Property Value
Type Description
Input<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 Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.