View Single Post
Old 01-27-2015, 12:02 PM   #2
ISPsystem team
 
Join Date: Jun 2013
Posts: 233
fly is on a distinguished road
Default

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
In this case SSL certificate should be added in nginx.
fly is offline   Reply With Quote