CustomHttpsConfiguration interface

Https settings for a domain

Properties

certificateSource

Defines the source of the SSL certificate

certificateType

Defines the type of the certificate used for secure connections to a frontendEndpoint

minimumTlsVersion

The minimum TLS version required from the clients to establish an SSL handshake with Front Door.

protocolType

Defines the TLS extension protocol that is used for secure delivery

secretName

The name of the Key Vault secret representing the full certificate PFX

secretVersion

The version of the Key Vault secret representing the full certificate PFX

vault

The Key Vault containing the SSL certificate

Property Details

certificateSource

Defines the source of the SSL certificate

certificateSource: string

Property Value

string

certificateType

Defines the type of the certificate used for secure connections to a frontendEndpoint

certificateType?: string

Property Value

string

minimumTlsVersion

The minimum TLS version required from the clients to establish an SSL handshake with Front Door.

minimumTlsVersion: string

Property Value

string

protocolType

Defines the TLS extension protocol that is used for secure delivery

protocolType: string

Property Value

string

secretName

The name of the Key Vault secret representing the full certificate PFX

secretName?: string

Property Value

string

secretVersion

The version of the Key Vault secret representing the full certificate PFX

secretVersion?: string

Property Value

string

vault

The Key Vault containing the SSL certificate

vault?: KeyVaultCertificateSourceParametersVault

Property Value