步驟如下:
- 需要先更新 repository
sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update - 然後安裝 python-certbot-nginx
sudo apt-get install python-certbot-nginx - 取得SSL 憑證(依照指示進行)
sudo certbot --nginx -d example.com -d www.example.com - 測試auto renew
sudo certbot renew --dry-run