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

推荐订阅源

WordPress大学
WordPress大学
T
Threatpost
阮一峰的网络日志
阮一峰的网络日志
美团技术团队
F
Fortinet All Blogs
The GitHub Blog
The GitHub Blog
月光博客
月光博客
V
Visual Studio Blog
T
Tailwind CSS Blog
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
Jina AI
Jina AI
J
Java Code Geeks
Martin Fowler
Martin Fowler
大猫的无限游戏
大猫的无限游戏
Recorded Future
Recorded Future
C
Check Point Blog
腾讯CDC
N
Netflix TechBlog - Medium
aimingoo的专栏
aimingoo的专栏
罗磊的独立博客
Hacker News: Ask HN
Hacker News: Ask HN
SecWiki News
SecWiki News
博客园 - Franky
Hacker News - Newest:
Hacker News - Newest: "LLM"
N
News | PayPal Newsroom
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
S
Security @ Cisco Blogs
W
WeLiveSecurity
The Last Watchdog
The Last Watchdog
Cloudbric
Cloudbric
F
Full Disclosure
The Cloudflare Blog
Y
Y Combinator Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News
MongoDB | Blog
MongoDB | Blog
S
Schneier on Security
Schneier on Security
Schneier on Security
Spread Privacy
Spread Privacy
L
LINUX DO - 热门话题
AI
AI
N
News and Events Feed by Topic
T
Tor Project blog
P
Palo Alto Networks Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
H
Hackread – Cybersecurity News, Data Breaches, AI and More
G
Google Developers Blog

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.

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