Home > Configuration > SSL > unbindsslvserver_certkey

unbindsslvserver_certkey

Use this method to unbind certkey from ssl vserver.

Syntax



Parameters

vservername

Name of the SSL virtual server.
This is mandatory parameter.

certkeyname

The name of the certificate key pair binding.

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.
NOTE: This attribute is deprecated.
Possible Values : Mandatory, Optional.

snicert

Name of the SNI certificate-key pair.

ocspcheck

The state of the OCSP check parameter. (Mandatory/Optional)
NOTE: This attribute is deprecated.
Possible Values : Mandatory, Optional.

Return Value

Returns simpleResult

See Also