| unbindsslservice_certkey |
Use this method to unbind certkey from ssl service. |
Syntax |
Parameters |
servicename |
Name of the SSL service. This is mandatory parameter. |
certkeyname |
The certificate key pair binding. |
ca |
CA 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. |
snicert |
Name of the certificate-key pair to bind for use in SNI processing. |
Return Value |
Returns simpleResult |
See Also |