随笔分类 -  TLS证书自动化

自动申请、续期TLS证书
摘要:前提:主服务器 A 用 certbot + DNS-01 自动续期,证书在机器 A 的 /etc/letsencrypt/live/xxx.com/ 路径下 主流程: certbot renew ↓ deploy hook 被触发 ↓ 自动 rsync 到 B ↓ 远程 reload nginx 1 阅读全文
posted @ 2026-03-04 19:42 江南烟雨梦 阅读(14) 评论(0) 推荐(0)
摘要:Certbot 可以用于从 Let's Encrypt 自动申请、安装、更新免费的 HTTPS 证书(默认只有3个月有效期,可使用脚本自动续期)。 1、安装 Certbot Linux:apt install certbot Mac:brew install certbot 2、使用 Certbot 阅读全文
posted @ 2025-05-29 15:31 江南烟雨梦 阅读(303) 评论(0) 推荐(1)