# 前言
你需要在 github 上找到 certbot-auto
并下载安装
# 手动
./certbot-auto certonly -d *.xiange.tech -d *.shanyue.tech -d shanyue.tech -d xiange.tech --manual --preferred-challenges dns --server https://acme-v02.api.letsencrypt.org/directory
# DNS
在 dns-plugins (opens new window) 中选择 cloudflare
。
https://certbot-dns-cloudflare.readthedocs.io/en/stable/ (opens new window)
https://dash.cloudflare.com/sign-up (opens new window)
# 自动续期
./certbot-auto renew
# 列出证书列表
./certbot-auto certificates
# 删除证书
./certbt-auto delete