Certbot自动获取证书
certbot及插件安装
snap install --classic certbot
snap set certbot trust-plugin-with-root=ok
snap install certbot-dns-cloudflare
证书获取
certbot certonly -d *.solitud.es --dns-cloudflare --dns-cloudflare-credentials /opt/nginxconf/cf.ini --post-hook "service nginx reload" --non-interactive --agree-tos --email [email protected]
#记得修改cf.ini的权限
chmod 0600 cf.ini
自动续期
使用crontab
0 1 * * * certbot renew --quiet
本文是原创文章,采用 CC BY-NC-ND 4.0 协议,完整转载请注明来自 solitud.es
评论
匿名评论
隐私政策
你无需删除空行,直接评论以获取最佳展示效果