流逝的是岁月,不变的是情怀.
坚持学习,是为了成就更好的自己.
公众号[中关村程序员]

# 前言

你需要在 github 上找到 certbot-auto 并下载安装

# 手动

./certbot-auto certonly  -d *.xiange.tech -d *.blog.zhequtao.com -d blog.zhequtao.com -d xiange.tech --manual --preferred-challenges dns --server https://acme-v02.api.letsencrypt.org/directory

# DNS

dns-plugins 中选择 cloudflare

https://certbot-dns-cloudflare.readthedocs.io/en/stable/

https://dash.cloudflare.com/sign-up

# 自动续期

./certbot-auto  renew

# 列出证书列表

./certbot-auto certificates

# 删除证书

./certbt-auto delete

上次更新: 7/20/2020, 2:09:44 AM