Let’s encryptのcertbotでapacheオプションで証明書をインストール
今までwebrootオプションでレッツエンクリプトの証明書をインストールしていたが、apacheオプションが簡単そうなので試してみた。
環境はCentOS8.4。
まずはcertbotのインストール。
yum install certbot
次はapacheのアドオン?を入れないといけない。
dnf install python3-certbot-apache
ssl.conのlocal.crtのところでエラーが出るので、localのvirtualホストをコメントアウトで良い?
そして
certbot certonly --register-unsafely-without-email --agree-tos --apache -d ドメイン名
で証明書は無事インストールできた。
環境はCentOS8.4。
まずはcertbotのインストール。
yum install certbot
次はapacheのアドオン?を入れないといけない。
dnf install python3-certbot-apache
ssl.conのlocal.crtのところでエラーが出るので、localのvirtualホストをコメントアウトで良い?
そして
certbot certonly --register-unsafely-without-email --agree-tos --apache -d ドメイン名
で証明書は無事インストールできた。
関連 2021-10-05 22:17:49