Home > Configuration > SSL > bindsslservice_certkey

bindsslservice_certkey

Use this method to bind certkey to ssl service.

Syntax



Parameters

servicename

Name of the SSL service for which to set advanced configuration.
This is mandatory parameter.

certkeyname

Name of the certificate-key pair.

ca

Name of the CA certificate that issues and signs the intermediate-CA certificate or the end-user client or server certificate.

crlcheck

Rule to use for the CRL corresponding to the CA certificate during client authentication. Available settings function as follows: * MANDATORY - Deny SSL clients if the CRL is missing or expired, or the Next Update date is in the past, or the CRL is incomplete. * OPTIONAL - Allow SSL clients if the CRL is missing or expired, or the Next Update date is in the past, or the CRL is incomplete, but deny if the client certificate is revoked in the CRL.
Possible Values : Mandatory, Optional.

skipcaname

The flag is used to indicate whether this particular CA certificate's CA_Name needs to be sent to the SSL client while requesting for client certificate in a SSL handshake

snicert

Name of the certificate-key pair to bind for use in SNI processing.

ocspcheck

Rule to use for the OCSP responder associated with the CA certificate during client authentication. If MANDATORY is specified, deny all SSL clients if the OCSP check fails because of connectivity issues with the remote OCSP server, or any other reason that prevents the OCSP check. With the OPTIONAL setting, allow SSL clients even if the OCSP check fails except when the client certificate is revoked.
Possible Values : Mandatory, Optional.

Return Value

Returns simpleResult

See Also