今天就來教大家使用Cerbot來建立免費的 HTTPS 憑證~
跟著流程一起做看看吧~
sudo apt update && sudo apt install snapd
sudo snap install core; sudo snap refresh core
sudo snap install --classic certbot
ln -s
軟連結,連結兩個資料夾位置nginx.conf會多這些
新增的憑證建立在/etc/letsencrypt
底下,nginx如果要轉移到別台機器,不需要重新申請,只需把letsencrypt 壓縮(.tar)帶走,nginx.conf檔裡面設定不變喔~
更新憑證
sudo certbot renew
sudo certbot renew --dry-run
參考資料