Home > Configuration > SSL > setsslprofile_clientauth

setsslprofile_clientauth

Use this method to set state of client authentication. In service-based SSL offload, the service terminates the SSL handshake if the SSL client does not provide a valid certificate.
This parameter is not applicable when configuring a backend profile.

Syntax



Parameters

name

Name for the SSL profile. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. Cannot be changed after the profile is created.
This is mandatory parameter.

clientauth

State of client authentication. In service-based SSL offload, the service terminates the SSL handshake if the SSL client does not provide a valid certificate. This parameter is not applicable when configuring a backend profile.
Default value = DISABLED.
Possible Values : ENABLED, DISABLED.

clientcert

The rule for client certificate requirement in client authentication.
Possible Values : Mandatory, Optional.

Return Value

Returns simpleResult

See Also