Home > Configuration > SSL > bindsslservicegroup_certkey

bindsslservicegroup_certkey

Use this method to bind certkey to ssl serviceGroup.

Syntax



Parameters

servicegroupname

The name of the SSL service to which the SSL policy needs to be bound.
This is mandatory parameter.

certkeyname

The name of the CertKey

ca

CA certificate.

crlcheck

The rule for use of CRL corresponding to this CA certificate during client authentication. If crlCheck is set to Mandatory, the system will deny all SSL clients if the CRL is missing, expired - NextUpdate date is in the past, or is incomplete with remote CRL refresh enabled. If crlCheck is set to optional, the system will allow SSL clients in the above error cases.However, in any case if the client certificate is revoked in the CRL, the SSL client will be denied access.
Possible Values : Mandatory, Optional.

snicert

The name of the CertKey. Use this option to bind Certkey(s) which will be used in SNI processing.

ocspcheck

The state of the OCSP check parameter. (Mandatory/Optional)
Possible Values : Mandatory, Optional.

Return Value

Returns simpleResult

See Also