PDA

View Full Version : how to change SSL cert path for ISPmanager?


mxfarooq
05-31-2017, 09:12 PM
When I go to the following path https://www.mydomain.com:1500/ispmgr.
I get a yellow Triangle to inform me for unsecured connection.
When I check the the cert file I get his message l1112b69.justinstalledpanel.com
invalid certificate for mydomain.com
please tell me where can I correct the path to my correct certificate mydomain.com.crt

regards.
Mohammad Farooq

ksenya
06-13-2017, 03:49 AM
Hello Mohammad,


you can install an SSL-certificate for your domain via ISPmanager or manually directly on the server.

For more information on how to do this, please refer to the article https://doc.ispsystem.com/index.php/How_to_install_an_SSL-certificates

mxfarooq
12-13-2017, 08:05 PM
https://www.mydomain.com:1500/ispmgr
above link give the following error.
There is a problem with this website’s security certificate
---------------------------------------------------------
however when I am on the https://www.mydomain.com
I purchased a certificate from comodo.
hence above link does not give me any error.
---------------------------------------------------------
Do I have to correct any thing inside the ihttpd file:

/usr/local/mgr5/etc/ihttpd.conf
listen {
ip 8.8.8.8
redirect
sni {
domain_cert /usr/local/mgr5/etc/ihttpd_lets.crt
domain_key /usr/local/mgr5/etc/ihttpd_lets.key
domains l6e2cc14.justinstalledpanel.com
}
}

P.S. I know how to install the SSL certificate. Above link shows m exactly what I already know.
Please help me securing the ISP-manager control panel.

ksenya
01-11-2018, 08:00 AM
Hello

domain_cert /usr/local/mgr5/etc/ihttpd_lets.crt
domain_key /usr/local/mgr5/etc/ihttpd_lets.key

You need to edit this section - add here your certificate.

mxfarooq
02-13-2018, 11:09 PM
Its works.