在Linux Mint 20 安裝certbot
sudo apt-get install certbot python3-certbot-apache
獲取認證
sudo certbot –apache
檢查certbot的情況
sudo systemctl status certbot.timer
檢查更新情況
sudo certbot renew –dry-run
檢查ufw情況
sudo ufw status
加入規則﹕如准許Apache及OpenSSH
sudo ufw allow ‘Apache Full’
sudo ufw allow ‘OpenSSH’
在Linux Mint 18 安裝certbot
sudo add-apt-repository ppa:certbot/certbot
sudo apt install python-certbot-apache apache2
取得認證
sudo certbot –apache