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

推荐订阅源

S
Security Affairs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Jina AI
Jina AI
P
Palo Alto Networks Blog
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
A
Arctic Wolf
Hugging Face - Blog
Hugging Face - Blog
小众软件
小众软件
Y
Y Combinator Blog
T
The Blog of Author Tim Ferriss
Blog — PlanetScale
Blog — PlanetScale
S
Schneier on Security
V
Vulnerabilities – Threatpost
C
Cybersecurity and Infrastructure Security Agency CISA
雷峰网
雷峰网
T
Tenable Blog
人人都是产品经理
人人都是产品经理
T
Tor Project blog
C
Cyber Attacks, Cyber Crime and Cyber Security
AWS News Blog
AWS News Blog
Microsoft Security Blog
Microsoft Security Blog
J
Java Code Geeks
Scott Helme
Scott Helme
SecWiki News
SecWiki News
C
CERT Recently Published Vulnerability Notes
Recorded Future
Recorded Future
I
InfoQ
Security Archives - TechRepublic
Security Archives - TechRepublic
Help Net Security
Help Net Security
Cloudbric
Cloudbric
C
Check Point Blog
Engineering at Meta
Engineering at Meta
TaoSecurity Blog
TaoSecurity Blog
B
Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
N
News and Events Feed by Topic
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
腾讯CDC
量子位
Application and Cybersecurity Blog
Application and Cybersecurity Blog
K
Kaspersky official blog
Vercel News
Vercel News
F
Full Disclosure
T
Troy Hunt's Blog
Forbes - Security
Forbes - Security
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.

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