惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Stack Overflow Blog
Stack Overflow Blog
WordPress大学
WordPress大学
小众软件
小众软件
量子位
雷峰网
雷峰网
酷 壳 – CoolShell
酷 壳 – CoolShell
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Jina AI
Jina AI
T
Threat Research - Cisco Blogs
博客园_首页
The Hacker News
The Hacker News
C
Cyber Attacks, Cyber Crime and Cyber Security
有赞技术团队
有赞技术团队
宝玉的分享
宝玉的分享
Security Latest
Security Latest
博客园 - 叶小钗
The Last Watchdog
The Last Watchdog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
IT之家
IT之家
腾讯CDC
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
L
Lohrmann on Cybersecurity
V
V2EX
P
Proofpoint News Feed
I
Intezer
云风的 BLOG
云风的 BLOG
Spread Privacy
Spread Privacy
罗磊的独立博客
H
Help Net Security
T
Tor Project blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
S
Schneier on Security
Blog — PlanetScale
Blog — PlanetScale
L
LINUX DO - 热门话题
D
DataBreaches.Net
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
W
WeLiveSecurity
N
News and Events Feed by Topic
TaoSecurity Blog
TaoSecurity Blog
Simon Willison's Weblog
Simon Willison's Weblog
Latest news
Latest news
P
Proofpoint News Feed
NISL@THU
NISL@THU
Y
Y Combinator Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
博客园 - Franky
Hugging Face - Blog
Hugging Face - Blog
P
Palo Alto Networks Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
S
Security @ Cisco Blogs

WishMeLz - Linux

目标域名在线测试 - WishMeLz NodeBB 搭建安装笔记 v4.x - WishMeLz puppeteer在Linux端 依赖库确实 libdrm.so.2,libnss3.so Linux 工具箱整理 - WishMeLz docker 镜像加速 - WishMeLz ip自签名ssl证书 - WishMeLz PM2搭配nvm使用不同版本Node启动项目 - WishMeLz cors-anywhere Nodejs实现静态资源代理,使用ESA加速访问 - WishMeLz shell脚本备份数据库 - WishMeLz
Certimate 使用教程 - WishMeLz
Wish · 2025-01-08 · via WishMeLz - Linux
开源的SSL证书管理工具,可以帮助你申请SSL证书,自动续期SSL证书:https://docs.certimate.me/docs/intro

1、安装-Docker

git clone git@github.com:usual2970/certimate.git && cd certimate/docker && docker compose up -d

2、添加授权

域名的DNS服务器,你要部署的平台都需要添加
举个例子:阿里云买的域名,DNS切换到Cloudflare了。 在七牛云使用了这个二级域名的CDN。那么Cloudflare七牛云都需要添加授权
2025-01-08T01:35:26.png

3、添加域名

邮箱随便输入,高级不用管
2025-01-08T01:37:43.png
2025-01-08T01:39:22.png

4、使用

在域名列表启用,立即部署即可
2025-01-08T01:40:30.png

5、遇到的问题

1)

error: one or more domains had a problem: [d.0l0l.cn] [d.0l0l.cn] acme: error presenting token: cloudflare: failed to find zone 0l0l.cn.: ListZonesContext command failed: Invalid request headers (6003)

cloudflare的密钥使用错误,应该使用用户 API 令牌,而不是Global API Key

2025-01-08T01:43:57.png

2)

acme: error: 503 :: POST :: https://acme-v02.api.letsencrypt.org/acme/new-order :: urn:ietf:params:acme:error:rateLimited :: Service busy; retry later.

频繁了,等一下在部署即可