LBServerSslProfileBinding
Server SSL profile binding.
{
"certificate_chain_depth": 0,
"client_certificate_path": "string",
"server_auth": "string",
"server_auth_ca_paths": [
"string"
],
"server_auth_crl_paths": [
"string"
],
"ssl_profile_path": "string"
}
Authentication depth is used to set the verification depth in the server certificates chain.
To support client authentication (load balancer acting as a client authenticating to the backend server), client certificate can be specified in the server-side SSL profile binding
Server authentication mode.
If server auth type is REQUIRED, server certificate must be signed by one of the trusted Certificate Authorities (CAs), also referred to as root CAs, whose self signed certificates are specified.
A Certificate Revocation List (CRL) can be specified in the server-side SSL profile binding to disallow compromised server certificates.
Server SSL profile defines reusable, application-independent server side SSL properties.