sudo yum install epel-release sudo yum --enablerepo=epel install certbot
以下のような形で OK
sudo certbot certonly --webroot -w /path/to/document/ -d "example.com"
root ユーザーの cron に以下を登録
0 2 15 * * /usr/bin/certbot renew && /bin/systemctl reload nginx
ウェブ界隈でエンジニアとして労働活動に励んでいる @gomi_ningen 個人のブログです