Let’s Encriptの設定でちょっとだけつまずきました。
環境は ubuntu20.04 & apache です。
下記コマンドでcertbotをインストール。
apt install certbot
起動したら
certbot --apache
Saving debug log to /var/log/letsencrypt/letsencrypt.log
The requested apache plugin does not appear to be installed
原因
apacheのプラグインをインストールする必要があります。
下記のコマンドでインストールします。
apt install python3-certbot-apache
一緒に入れてくださいよーとおもったけど、Nginx使ってる場合もあるししょうがない。
因みに、certbotは自動で更新もやってくれるんですね。
certbot.timer というサービスでやってくれているようです。