Xampp 安裝免費的 Let’s Encrypt SSL 憑證 Xampp 安裝免費的 Let’s Encrypt SSL 憑證 2022-03-01 jash.liao Comments 1 comment Xampp 安裝免費的 Let’s Encrypt SSL 憑證 資料來源: https://blog.hahasmile.com/xampp-free-lets-encrypt-ssl/
開啟 httpd-ssl.conf ServerName xxx.com.tw DocumentRoot “D:/xampp/htdocs/webs/xxx.com.tw” SSLEngine on SSLCertificateFile “D:/xampp/apache/conf/ssl.crt/yourname.crt” SSLCertificateKeyFile “D:/xampp/apache/conf/ssl.key/yourname.key” SSLCACertificateFile “D:/xampp/apache/conf/ssl.crt/yournameca_bundle.crt” 回覆
One thought on “Xampp 安裝免費的 Let’s Encrypt SSL 憑證”
開啟 httpd-ssl.conf
ServerName xxx.com.tw DocumentRoot “D:/xampp/htdocs/webs/xxx.com.tw” SSLEngine on SSLCertificateFile “D:/xampp/apache/conf/ssl.crt/yourname.crt” SSLCertificateKeyFile “D:/xampp/apache/conf/ssl.key/yourname.key” SSLCACertificateFile “D:/xampp/apache/conf/ssl.crt/yournameca_bundle.crt”