Fedora 35にApache httpdでLet’s Encrypt SSLをインストールする
環境情報
# cat /etc/redhat-release
Fedora release 35 (Thirty Five)
httpdバージョンを確認します
# httpd -v
Server version: Apache/2.4.51 (Fedora)
Server built: Oct 12 2021 00:00:00
SSL証明書を取得する方法
1.証明書を取得するためのツール Certbot クライアントをインストールします
# dnf -y install certbot
2.証明書を取得します
# certbot certonly –webroot -w /var/www/html -d ドメイン名
3.取得済みの証明書を手動で更新します
# certbot renew