我們之前有提到過可以用 Let`s Encrypt 得到免費憑證。雖然也是很方便,但是現在已經可以用 yum 快速安裝摟。這個軟體叫做certbot
certbot 基本上是沒有在預設的儲存庫中所以我們要先抓取回來
step1
sudo dnf install epel-release
sudo dnf install certbot python3-certbot-apache mod_ssl
在上面出現紅字的部分 我們可以看到這是屬於 apache 版本,如果我們是 nginx 可以改用
sudo dnf install certbot python3-certbot-nginx mod_ssl
直接可以執行摟
step2
sudo certbot
記得每三個月要更新憑證
certbot renew --dry-run
留言