Forum archive
ssl certificate for webmin issues
Hi,
I have a Tkl file server version 12.0.
I want to install the ssl certificate for the webmin console https://<ipaddress>
For this, I am following the below steps:
1) Create a Pem file from the key and cer file using the cat command:
Command used: cat abc.domain.com.key abc.domain.com.cer > cert.pem
2) Create a Pem file from the Root and the Intermediate certificates using the cat command:
Command used: cat abc.domain.com.key abc.domain.com.cer intermediatecer01.cer
intermediatecer02.cer rootcer.cer > chainedcert.pem
3) Copied the above certificates in the directory: /etc/ssl/certs
4) Go to directory /etc/lighttpd/conf-available and click the file 10-ssl.conf
root@tkl# /etc/init.d/lighttpd restart
Hi friends,
I am sure many of you experts out there would have installed the ssl certs successfully on the Tkl Fileservers. I would appreciate if you guys can please look at my problem description and help me out.
Thanks