![]() | 1 x68e93l07gJlfqPK 2024-09-02 17:25:09 +08:00 推荐一个免费的证书监控工具: https://ssl.spug.cc/ ,支持电话、短信、飞书、钉钉、微信提醒 |
![]() | 2 pota 2024-09-02 17:42:18 +08:00 我现在是依赖 acme 做的多云支持。不过比较可惜的是只支持了 cdn 的自动部署,服务器的证书更新还没弄 |
![]() | 3 andforce 2024-09-02 19:54:30 +08:00 via iPhone 好好好 |
![]() | 4 billzhuang 2024-09-02 20:18:31 +08:00 ssl 监控搞起来 |
![]() | 5 Jobcrazy 2024-09-03 02:10:17 +08:00 我记得有个帮大家全自动管理各大云厂商证书的网站,好像也是在这里看到的: https://ohttps.com/ |
6 ruidoBlanco 2024-09-03 05:16:19 +08:00 letsencrypt + traefik/caddy ,从来没出现过这毛病。阿里云也在支持列表。 https://doc.traefik.io/traefik/https/acme/#providers |
![]() | 7 bbis 2024-09-03 07:38:18 +08:00 能不能写个腾讯的? |
![]() | 8 freaks 2024-09-03 08:22:51 +08:00 via iPhone 推荐个 certd |
10 1rv013c6aiWPGt24 2024-09-03 08:43:02 +08:00 via Android 我的 DNS 解析在 CF ,压根不用担心 |
11 ala2008 2024-09-03 09:44:25 +08:00 证书是 nginx 目录下的,会自动下载更新? |
12 hackingwu 2024-09-03 10:13:08 +08:00 应该还是还得手动下载证书放到 nginx 重启。 |
13 hackingwu 2024-09-03 10:24:57 +08:00 no resources found for xxxx |
15 lyc8503 OP |
![]() | 17 aiqinxuancai 2024-09-03 11:18:54 +08:00 我也写了类似的,不过我部署在阿里云函数上自动定时器触发执行的 |
![]() | 18 lyxxxh2 2024-09-03 11:34:17 +08:00 我也写了。 宝塔可以自动部署 lets encrypt 。 但是 oss 和 cdn 得自己写脚本才行。 用了 ZeroSSL 厂家的,有坑。 1. 服务器发起 curd 访问不了,除非带上原有证书。 2. 小程序 wx.previewImage 看不了图片。 (image src 是正常的) |
20 byiceb 2024-09-03 12:00:31 +08:00 我用 Lucky 来自动续签 |
22 zgsi 2024-09-03 14:21:39 +08:00 大佬,支持自动部署到阿里云的视频点播吗?或者其他云产品 oss ,cdn |
23 fenglingyu 2024-09-03 15:15:01 +08:00 试运行出现了错误,大佬,这个是什么原因的错误 AliyunCertRenew version 71cae54 time="2024-09-03T06:57:44Z" level=info msg="AliyunCertRenew starting..." time="2024-09-03T06:57:44Z" level=info msg="Domains to check: [***]" time="2024-09-03T06:57:44Z" level=info msg=">>> Checking ***" panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x73c6a6] goroutine 1 [running]: main.GetBasicInfo(0xc00013a300, {0xc000032067, 0x11}) /home/runner/work/AliyunCertRenew/AliyunCertRenew/main.go:61 +0x386 main.main() /home/runner/work/AliyunCertRenew/AliyunCertRenew/main.go:248 +0x2df Error: Process completed with exit code 2. |
![]() | 24 liuliancao 2024-09-03 16:08:19 +08:00 最近也写了一个 思路大概就是用 lego 去生成,写一个轮询程序去轮询,然后可以配置自动部署的参数( ssh, 小助手,slb ),最后部署 |
25 lyc8503 OP @zgsi 云产品应该都是可以的 @fenglingyu 草 怎么 SIGSEGV 了, 一下可能排查不清楚, 你开个 issue 吧 @liuliancao 我这个也算是自己写的小脚本, 逐渐完善后开源了, 没找到现成开源有文档的... 看来大家都在造自己的轮子 |
26 yangxj96 2024-09-04 17:16:43 +08:00 腾讯云的 https://github.com/yangxj96/TencentCertRenew 写了一个,证书还没到期,有大佬拿去试试么 |
![]() | 27 liuliancao 2024-09-04 17:37:59 +08:00 @lyc8503 你写的挺好的 |
![]() | 28 avenger 264 天前 谢谢 lz ,用上了 |