PDA

View Full Version : Address of the panel and SSL


HostGarden
01-27-2015, 05:18 AM
Hello,

I could not find an answer within the documentation and wanted to see if you could help.

How do you change the address of the panel from IP to a domain name, such as for example https://panel.mydomain.com:1500/ispmgr? Also, how do you add an SSL to this domain?

Thanks.

fly
01-27-2015, 12:02 PM
Hi,

If you want to use 1500 port, like https://panel.mydomain.com:1500/ispmgr, it is enough to turn dns A record of domain panel.mydomain.com to your server.
In this case requests are send to ihttpd web server directly. To add SSL certificate put it in the files:
/usr/local/mgr5/etc/manager.crt
/usr/local/mgr5/etc/manager.key


If you want control panel is accessible with address https://panel.mydomain.com/ispmgr , you need to configure nginx for the domain panel.mydomain.com.
There is an a example in our documentation (http://en.5.ispdoc.com/index.php/Nginx_and_ihttpd)
In this case SSL certificate should be added in nginx.