60 字
1 分钟
使用 Let's Encrypt 为 Traefik 制作证书并自动续期
前言
你需要在 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/directoryDNS
在 dns-plugins 中选择 cloudflare。
自动续期
./certbot-auto renew列出证书列表
./certbot-auto certificates
删除证书
./certbt-auto delete
使用 Let's Encrypt 为 Traefik 制作证书并自动续期
https://blog.zhequtao.com/posts/post/traefik-https/