Thread: SSL for Nat KVM
View Single Post
Old 11-20-2016, 04:29 PM   #3
Junior Member
 
Join Date: Apr 2015
Posts: 16
bryn1u is on a distinguished road
Default

Quote:
Originally Posted by ksenya View Post
Hello,

ihttpd is running on port 1500, that's why you need to add the certificate for it

In the the etc/ihttpd.conf configuration file you need to add:

certkey <path to the file key of the SSL-certificate>
cert <path to the SSL-certificate's file>

After you have modified the ihttpd configuration file, restart the service
Hey,

Thank you for your replay but unfortunately it doesn't work. Can u tell me where ssl certificate self signed is, when i install ismanager first time ? By the way my ihttpd.conf
Code:
listen {
        ip 192.168.100.10
        redirect
        port 1500
certkey /usr/local/mgr5/etc/proton/certkey.key
cert /usr/local/mgr5/etc/proton/cert.crt


}
Code:
root@proton:/usr/local/mgr5/etc# ls -l proton/
total 8
-rw-r----- 1 root root 1944 Nov 19 18:37 cert.crt
-rw-r----- 1 root root 1710 Nov 19 18:36 certkey.key
bryn1u is offline   Reply With Quote