...
The PowerConnect Cloud web ui can be secured with SSL. An As of PowerConnect Cloud version 2.1.0 an external web server must be configured to do the ssl offloadis no longer required. Follow the steps below relevant to your environment.
Local Web Server
As of PowerConnect Cloud 2.1.0 SSL is supported natively by the local web server as part of the software. The enable SSL for the PowerConnect web ui:
Obtain a pem file containing the private key and certificate for the host where the PowerConnect Cloud agent is running
Login to the PowerConnect Web UI, click the Configuration tab then click Certificates
Click the Import Certificate button
Give the certificate an alias and then click Choose file and select the pem file containing your private key and certificate
Click Import and you should see your newly imported certificate in the Certificates table
Click the Web Server tab
Check the Enable SSL checkbox and click Save
Restart the PowerConnect Cloud agent
The PowerConnect Cloud agent web ui should now be accessible over SSL
AWS
In AWS we can use an Elastic Load Balancer (ELB) to perform the SSL offload and secure the PowerConnect web ui:
...
Generate a SSL certificate using a certificate provider
Create an Application Gateway
Login to the Azure Portal
Click Create a resource
Search for Application Gateway then click Create
Fill out the details including the Application gateway name and min and max instance count. Either choose and existing Virtual network for the application gateway to reside or create a new one:
Click Next
Add new new public/private ip address (depending on UI access requirements):
Add a new backend pool for the PowerConnect Cloud virtual machines. Add each server ip or virtual machine running PowerConnect Cloud to the targets:
Click Add then click Next
Clikc Add a routing rule
Create a HTTP listener and rule for PowerConnect Cloud. Upload or choose a SSL certificate from the Key Vault:
Click Backend targets
Choose the backend pool created previously:
Add a new HTTP Setting. By default the PowerConnect UI listens on port 3000:
Click Add
Click next and add any tags
Click Next
The validation should pass:
Click Create to create the Application Gateway. The resources will now be deployed.
Find the public ip address of the Application Gateway you just created and browse to it over HTTPS.
The PowerConnect UI should appear: