まずはインストール
>sudo apt install certbot python3-certbot-apache
続いてcli.iniの修正。赤字を追加
>sudo vi /etc/letsencrypt/cli.ini
# Because we are using logrotate for greater flexibility, disable the
# internal certbot logrotation.
max-log-backups = 0
# Adjust interactive output regarding automated renewal
preconfigured-renewal = Truepost-hook = "/usr/bin/sudo /usr/bin/systemctl reload apache2.service"
これでOK!