安装阿里云获取证书插件
certbot certonly -a certbot-dns-aliyun:dns-aliyun \
--certbot-dns-aliyun:dns-aliyun-credentials /data/aliyun.ini \
-d c4ys.com \
-d *.c4ys.com
安装腾讯云(dnspod)获取证书插件
certbot certonly -a certbot-dns-dnspod:dns-dnspod \
--certbot-dns-dnspod:dns-dnspod-credentials /data/aliyun.ini \
-d c4ys.com \
-d *.c4ys.com
查看已经安装插件
certbot plugins
更新证书
certbot renew
自动重新加载nginx(需要更新成功后,所以等前一个任务进行几分钟之后再执行)
nginx -s reload
本条目发布于[2019年6月26日](https://c4ys.com/archives/1845 "09:21")。属于[Linux](Tools(https://c4ys.com/archives/category/tools)分类,被贴了 [certbot](https(letsencrypt(泛域名(阿里云(https://c4ys.com/archives/tag/%e9%98%bf%e9%87%8c%e4%ba%91) 标签。