Written by
in
“อยากแก้ Certificate บน Linux Lighttpd Server ทำอย่างไร”
sudo lighttpd-enable-mod ssl
sudo service lighttpd restart
sudo cat [file_cer_name].key [file_cer_name].crt > [file_cer_name].pem
sudo vim /etc/lighttpd/conf-enabled/10-ssl.conf
ssl.pemfile = "/etc/cer/[file_cer_name].pem"
เป็นอันเสร็จครับ ง่ายมากจริง ๆ ครับ
See author's posts
You must be logged in to post a comment.
Leave a Reply
You must be logged in to post a comment.