ClientSslProfileBinding

ClientSslProfileBinding
ClientSslProfileBinding
JSON Example
{
    "client_auth": "string",
    "ssl_profile_id": "string",
    "certificate_chain_depth": 0,
    "client_auth_ca_ids": [
        "string"
    ],
    "default_certificate_id": "string",
    "sni_certificate_ids": [
        "string"
    ],
    "client_auth_crl_ids": [
        "string"
    ]
}
string
client_auth
Optional

client authentication mode

Possible values are : REQUIRED, IGNORE,
string
ssl_profile_id
Optional

Client SSL profile defines reusable, application-independent client side SSL properties.

integer As int64 As int64
certificate_chain_depth
Optional

authentication depth is used to set the verification depth in the client certificates chain.

array of string
client_auth_ca_ids
Optional

If client auth type is REQUIRED, client certificate must be signed by one of the trusted Certificate Authorities (CAs), also referred to as root CAs, whose self signed certificates are specified.

string
default_certificate_id
Required

A default certificate should be specified which will be used if the server does not host multiple hostnames on the same IP address or if the client does not support SNI extension.

array of string
sni_certificate_ids
Optional

Client-side SSL profile binding allows multiple certificates, for different hostnames, to be bound to the same virtual server.

array of string
client_auth_crl_ids
Optional

A Certificate Revocation List (CRL) can be specified in the client-side SSL profile binding to disallow compromised client certificates.