使用certbot加密網站

在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

分類: Linux篇。這篇內容的永久連結

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *