Can I edit the resulting URL after generating new certificate?


Go to solution Solved by ljm42,

Recommended Posts

  • Solution

Setting up SSL is actually a feature of Unraid itself, not the My Servers plugin. The plugin builds on this feature to provide Remote Access if you desire.

 

Getting an actual legit SSL certificate like this requires a Fully Qualified Domain Name that is unique across all our users, so we assign each system a "hash" and use that for the hostname part of the url. It is not changeable. You should never have to type it though, some options are:

* Bookmark the My Servers Dashboard ( https://forums.unraid.net/my-servers/ ) and click the "Local Access" link from it

* Bookmark the https://yourpersonalhash.unraid.net url

* Type http://[servername].[localTLD]  ( i.e. http://tower.local ) and it will redirect  (note: type http not https)

* Type http://[ipaddress] and it will redirect

 

For more information about setting up SSL (this has been updated for Unraid 6.10, but most of it applies to 6.9 as well) see:

 https://wiki.unraid.net/Manual/Security#Securing_webGui_connections_.28SSL.29

For more information about setting up My Servers Remote Access, see:

  https://wiki.unraid.net/My_Servers#Configuring_Remote_Access_.28optional.29

 

Link to comment