Enable SSL communication on Linux host
You can enable two-way SSL communication to secure the mutual communication between SnapCenter Server on Linux host and the plug-ins using PowerShell commands.
-
Perform the following to enable one-way SSL communication.
-
Log into SnapCenter GUI.
-
Click Settings > Global Settings and select Enable certificate validation on SnapCenter Server.
-
Click Hosts > Managed Hosts and select the plug-in host for which you want to enable one-way SSL.
-
Click , and then click Enable certificate validation.
-
-
Enable two-way SSL communication from the SnapCenter Server Linux host.
-
Open-SmConnection
-
Set-SmConfigSettings -Agent -configSettings @{"EnableTwoWaySSL"="true"} -HostName <Plugin Host Name>
-
Set-SmConfigSettings -Agent -configSettings @{"EnableTwoWaySSL"="true"} -HostName localhost
-
Set-SmConfigSettings -Server -configSettings @{"EnableTwoWaySSL"="true"}
-