このページの翻訳:
- 日本語 (ja)
- English (en)
最近の更新
最近の更新
Docker版は→ 10 Docker Let's Encrypt
yum -y install epel-release yum -y install snapd
systemctl enable --now snapd.socket ln -s /var/lib/snapd/snap /snap
※1度ログアウト後、再度ログインしてから実行
snap install core snap refresh core
snap install --classic certbot
certbot certonly --webroot -w /var/www/html -d hogehoge.com
certbot renew