「Fedora 35」nginxでLet’s Encrypt SSLをインストールする
環境情報
# cat /etc/redhat-release
Fedora release 35 (Thirty Five)
nginxバージョンの確認
# nginx -v
nginx version: nginx/1.20.1
インストールの方法
1.Certbotパッケージをインストールします
# sudo dnf install python3-certbot-nginx
2.証明書をインストールします
# sudo certbot --nginx --agree-tos --redirect --hsts --staple-ocsp --email contact@arkgame.com -d www.arkgame.com
3.証明書を自動的に更新する
# sudo certbot renew –dry-run