You can use the RemoveSSLCertificate method to remove the user SSL certificate and private key for the storage nodes in the cluster. After the certificate and private key are removed, the storage nodes are configured to use the default certificate and private key.
This method has no input parameters.
This method has no return values.
Requests for this method are similar to the following example:
{ "method" : "RemoveSSLCertificate", "params" : {}, "id" : 3 }
This method returns a response similar to the following example:
{ "id" : 3, "result" : {} }
10.0