The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
RemoveNodeSSLCertificate
-
PDF of this doc site
-
Manage storage with Element software
-
Protect your data
-
Replication between NetApp Element software and ONTAP (ONTAP CLI)
-
-
-

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
You can use the RemoveNodeSSLCertificate
method to remove the user SSL certificate and private key for the management node. After the certificate and private key are removed, the management node is configured to use the default certificate and private key.
Parameters
|
You must call this method against the management node. For example: |
https://<management node IP>:442/json-rpc/10.0
This method has no input parameters.
Return values
This method has no return values.
Request example
Requests for this method are similar to the following example:
{ "method" : "RemoveNodeSSLCertificate", "params" : {}, "id" : 3 }
Response example
This method returns a response similar to the following example:
{ "id" : 3, "result" : {} }