CustomHttpsConfiguration interface  
Https settings for a domain
Properties
| certificate | 
	Defines the source of the SSL certificate  | 
| certificate | 
	Defines the type of the certificate used for secure connections to a frontendEndpoint  | 
| minimum | 
	The minimum TLS version required from the clients to establish an SSL handshake with Front Door.  | 
| protocol | 
	Defines the TLS extension protocol that is used for secure delivery  | 
| secret | 
	The name of the Key Vault secret representing the full certificate PFX  | 
| secret | 
	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