Class CustomSslCustomSslOptionsArgs
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.Inputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class CustomSslCustomSslOptionsArgs : ResourceArgs
Constructors
View SourceCustomSslCustomSslOptionsArgs()
Declaration
public CustomSslCustomSslOptionsArgs()
Properties
View SourceBundleMethod
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> |
Certificate
Certificate certificate and the intermediate(s)
Declaration
public Input<string> Certificate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
PrivateKey
Certificate's private key
Declaration
public Input<string> PrivateKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |