Backend Tls Properties Args
data class BackendTlsPropertiesArgs(val validateCertificateChain: Output<Boolean>? = null, val validateCertificateName: Output<Boolean>? = null) : ConvertibleToJava<BackendTlsPropertiesArgs>
Properties controlling TLS Certificate Validation.
Properties
Link copied to clipboard
Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.
Link copied to clipboard
Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.