| unbindsslservicegroup_certkey |
Use this method to unbind certkey from ssl serviceGroup. |
Syntax |
Parameters |
servicegroupname |
The name of the SSL service from which the SSL policy needs to be unbound. This is mandatory parameter. |
certkeyname |
The name of the certificate bound to the SSL service group. |
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. |
Return Value |
Returns simpleResult |
See Also |