This commit is contained in:
xiaojunnuo
2026-04-26 13:31:57 +08:00
parent 181064901d
commit ec466dc818
38 changed files with 451 additions and 135 deletions
+26
View File
@@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.11](https://github.com/certd/certd/compare/v1.39.10...v1.39.11) (2026-04-26)
### Bug Fixes
* 修复列表页面底部滚动条与表格之间有空白间隙的bug ([71cfcad](https://github.com/certd/certd/commit/71cfcad2a15aac0badd85a10c4012a1e713654d1))
* 修复流水线未编辑模式下也提示未保存的bug ([64a3503](https://github.com/certd/certd/commit/64a350364d820725b5e69d22ac2416809092f97d))
* 修复商业版设置了公共eab,创建流水线仍然会显示需要配置eab的bug ([24dff05](https://github.com/certd/certd/commit/24dff05f6427dadec1e40350214c0167e1d6a73d))
* 修复站点监控某些情况下获取不到证书的bug ([a2bbc7e](https://github.com/certd/certd/commit/a2bbc7e27298821d75a36abac6ec05d86dcf51f4))
### Performance Improvements
* 支持google dns插件 ([edc7bfc](https://github.com/certd/certd/commit/edc7bfc23043c2c6ef5f3564392f8aac6661c4bf))
* 阿里云waf支持云产品接入方式应用的证书部署 ([2f7514a](https://github.com/certd/certd/commit/2f7514a2e7d89a34f833401a983149e667da911b))
* 模版创建流水线支持随机时间 ([575415b](https://github.com/certd/certd/commit/575415b93a3e10e1c6e5644f71ddc711ea6f8adc))
* 商业版支持配置证书申请插件参数 ([7ac789c](https://github.com/certd/certd/commit/7ac789c9c7e91cdf08dfdae1bb49186552e370e3))
* 添加全新的未登录首页和路由配置 ([d1988dc](https://github.com/certd/certd/commit/d1988dc982440472ecf61847ccad76e4c96a80fb))
* 添加Azure DNS插件支持及文档 ([1f1d687](https://github.com/certd/certd/commit/1f1d6873172d71fadaa5a0005e1d6f3f528096fc))
* 添加HiPMDnsmgr DNS提供商的支持 @WUHINS ([296dcab](https://github.com/certd/certd/commit/296dcab4c7c26cb3f9da1ff748cc6a6b7d83edda))
* 为DNS解析器添加超时配置,避免查询时间过长 ([cc5154e](https://github.com/certd/certd/commit/cc5154e04e87f648111119b4eeb4e3cb4dd6cc41))
* 优化权威域名服务器查询超时时长 ([77db5ec](https://github.com/certd/certd/commit/77db5ecd12c51293e4de178e43ca0067bc70b46d))
* 支持部署到nginx-proxy-manager ([2e6e9ed](https://github.com/certd/certd/commit/2e6e9ed9255bcf178edb0eb00d93a7f13c214430))
* 支持一键安装脚本 ([dc969dd](https://github.com/certd/certd/commit/dc969dd7edb6934a29d6657afefe6f8af056741c))
* 支持主动修改绑定url地址 ([11b7cfe](https://github.com/certd/certd/commit/11b7cfe5cb7e88e6ebd68d53acb4e5b556550ca9))
* apisix支持v2 ([23b4658](https://github.com/certd/certd/commit/23b465867244b199bab9b61863a5ca43644834a9))
* **technitium:** 添加Technitium DNS Server插件支持 ([edeb817](https://github.com/certd/certd/commit/edeb817c39597e4fa73a17ff4ca3f712f0320fec))
## [1.39.10](https://github.com/certd/certd/compare/v1.39.9...v1.39.10) (2026-04-11) ## [1.39.10](https://github.com/certd/certd/compare/v1.39.9...v1.39.10) (2026-04-11)
### Bug Fixes ### Bug Fixes
+59 -58
View File
@@ -20,64 +20,65 @@
| 16.| **APISIX授权** | | | 16.| **APISIX授权** | |
| 17.| **亚马逊云aws授权** | | | 17.| **亚马逊云aws授权** | |
| 18.| **亚马逊云科技(国区)授权** | | | 18.| **亚马逊云科技(国区)授权** | |
| 19.| **BIND9 DNS 授权** | 通过 SSH 连接到 BIND9 服务器,使用 nsupdate 命令管理 DNS 记录 | | 19.| **微软云Azure授权** | |
| 20.| **CacheFly** | CacheFly | | 20.| **BIND9 DNS 授权** | 通过 SSH 连接到 BIND9 服务器,使用 nsupdate 命令管理 DNS 记录 |
| 21.| **EAB授权** | ZeroSSL证书申请需要EAB授权 | | 21.| **CacheFly** | CacheFly |
| 22.| **google cloud** | 谷歌云授权 | | 22.| **EAB授权** | ZeroSSL证书申请需要EAB授权 |
| 23.| **cloudflare授权** | | | 23.| **google cloud** | 谷歌云授权 |
| 24.| **中国移动CND授权** | | | 24.| **cloudflare授权** | |
| 25.| **授权插件示例** | 这是一个示例授权插件,用于演示如何实现一个授权插件 | | 25.| **中国移动CND授权** | |
| 26.| **dns.la授权** | | | 26.| **授权插件示例** | 这是一个示例授权插件,用于演示如何实现一个授权插件 |
| 27.| **彩虹DNS** | 彩虹DNS管理系统授权 | | 27.| **dns.la授权** | |
| 28.| **多吉云** | | | 28.| **彩虹DNS** | 彩虹DNS管理系统授权 |
| 29.| **Dokploy授权** | | | 29.| **多吉云** | |
| 30.| **farcdn授权** | | | 30.| **Dokploy授权** | |
| 31.| **FlexCDN授权** | | | 31.| **farcdn授权** | |
| 32.| **Gcore** | Gcore | | 32.| **FlexCDN授权** | |
| 33.| **Github授权** | | | 33.| **Gcore** | Gcore |
| 34.| **godaddy授权** | | | 34.| **Github授权** | |
| 35.| **HiPM DNSMgr** | HiPM DNSMgr API Token 授权 | | 35.| **godaddy授权** | |
| 36.| **金山云授权** | | | 36.| **HiPM DNSMgr** | HiPM DNSMgr API Token 授权 |
| 37.| **FTP授权** | | | 37.| **金山云授权** | |
| 38.| **七牛OSS授权** | | | 38.| **FTP授权** | |
| 39.| **腾讯云COS授权** | 腾讯云对象存储授权,包含地域和存储桶 | | 39.| **七牛OSS授权** | |
| 40.| **s3/minio授权** | S3/minio oss授权 | | 40.| **腾讯云COS授权** | 腾讯云对象存储授权,包含地域和存储桶 |
| 41.| **namesilo授权** | | | 41.| **s3/minio授权** | S3/minio oss授权 |
| 42.| **Next Terminal 授权** | 用于访问 Next Terminal API 的授权配置 | | 42.| **namesilo授权** | |
| 43.| **Nginx Proxy Manager 授权** | 用于登录 Nginx Proxy Manager,并为代理主机证书部署提供授权。 | | 43.| **Next Terminal 授权** | 用于访问 Next Terminal API 的授权配置 |
| 44.| **1panel授权** | 账号和密码 | | 44.| **Nginx Proxy Manager 授权** | 用于登录 Nginx Proxy Manager,并为代理主机证书部署提供授权。 |
| 45.| **支付宝** | | | 45.| **1panel授权** | 账号和密码 |
| 46.| **白山云授权** | | | 46.| **支付宝** | |
| 47.| **宝塔云WAF授权** | 用于连接和管理宝塔云WAF服务的授权配置 | | 47.| **白山云授权** | |
| 48.| **cdnfly授权** | | | 48.| **宝塔云WAF授权** | 用于连接和管理宝塔云WAF服务的授权配置 |
| 49.| **k8s授权** | | | 49.| **cdnfly授权** | |
| 50.| **括彩云cdn授权** | 括彩云CDN,每月免费30G[注册即领](https://kuocaicdn.com/register?code=8mn536rrzfbf8) | | 50.| **k8s授权** | |
| 51.| **LeCDN授权** | | | 51.| **括彩云cdn授权** | 括彩云CDN,每月免费30G[注册即领](https://kuocaicdn.com/register?code=8mn536rrzfbf8) |
| 52.| **lucky** | | | 52.| **LeCDN授权** | |
| 53.| **猫云授权** | | | 53.| **lucky** | |
| 54.| **plesk授权** | | | 54.| **猫云授权** | |
| 55.| **长亭雷池授权** | | | 55.| **plesk授权** | |
| 56.| **群晖登录授权** | | | 56.| **长亭雷池授权** | |
| 57.| **uniCloud** | unicloud授权 | | 57.| **群晖登录授权** | |
| 58.| **微信支付** | | | 58.| **uniCloud** | unicloud授权 |
| 59.| **易盾rcdn授权** | 易盾CDN,每月免费30G[注册即领](https://rhcdn.yiduncdn.com/register?code=8mn536rrzfbf8) | | 59.| **微信支付** | |
| 60.| **易发云短信** | sms.yfyidc.cn/ | | 60.| **易盾rcdn授权** | 易盾CDN,每月免费30G[注册即领](https://rhcdn.yiduncdn.com/register?code=8mn536rrzfbf8) |
| 61.| **易盾DCDN授权** | https://user.yiduncdn.com | | 61.| **易发云短信** | sms.yfyidc.cn/ |
| 62.| **易支付** | | | 62.| **易盾DCDN授权** | https://user.yiduncdn.com |
| 63.| **proxmox** | | | 63.| **易支付** | |
| 64.| **Spaceship.com 授权** | Spaceship.com API 授权插件 | | 64.| **proxmox** | |
| 65.| **Technitium DNS Server** | Technitium DNS Server 自建DNS服务器授权 | | 65.| **Spaceship.com 授权** | Spaceship.com API 授权插件 |
| 66.| **UCloud授权** | 优刻得授权 | | 66.| **Technitium DNS Server** | Technitium DNS Server 自建DNS服务器授权 |
| 67.| **又拍云** | | | 67.| **UCloud授权** | 优刻得授权 |
| 68.| **网宿授权** | | | 68.| **又拍云** | |
| 69.| **西部数码授权** | | | 69.| **网宿授权** | |
| 70.| **我爱云授权** | 我爱云CDN | | 70.| **西部数码授权** | |
| 71.| **新网授权(代理方式)** | | | 71.| **我爱云授权** | 我爱云CDN |
| 72.| **新网授权** | | | 72.| **新网授权(代理方式)** | |
| 73.| **新网互联授权** | 仅支持代理账号,ip需要加入白名单 | | 73.| **新网授权** | |
| 74.| **Zenlayer授权** | Zenlayer授权 | | 74.| **新网互联授权** | 仅支持代理账号,ip需要加入白名单 |
| 75.| **GoEdge授权** | | | 75.| **Zenlayer授权** | Zenlayer授权 |
| 76.| **雨云授权** | https://app.rainyun.com/ | | 76.| **GoEdge授权** | |
| 77.| **雨云授权** | https://app.rainyun.com/ |
<style module> <style module>
table th:first-of-type { table th:first-of-type {
+4 -3
View File
@@ -1,5 +1,5 @@
# 任务插件 # 任务插件
`130` 款任务插件 `131` 款任务插件
## 1. 证书申请 ## 1. 证书申请
| 序号 | 名称 | 说明 | | 序号 | 名称 | 说明 |
@@ -97,8 +97,9 @@
| 13.| **阿里云-部署证书至OSS** | 部署域名证书至阿里云OSS自定义域名,不是上传到阿里云oss | | 13.| **阿里云-部署证书至OSS** | 部署域名证书至阿里云OSS自定义域名,不是上传到阿里云oss |
| 14.| **阿里云-部署至CLB(传统负载均衡)** | 部署证书到阿里云CLB(传统负载均衡) | | 14.| **阿里云-部署至CLB(传统负载均衡)** | 部署证书到阿里云CLB(传统负载均衡) |
| 15.| **阿里云-部署至VOD** | 部署证书到阿里云视频点播(vod) | | 15.| **阿里云-部署至VOD** | 部署证书到阿里云视频点播(vod) |
| 16.| **阿里云-部署至阿里云WAF** | 部署证书到阿里云WAF | | 16.| **阿里云-部署至阿里云WAF(云产品接入)** | 部署证书到阿里云WAF(云产品接入),CNAME方式接入的请选择另外一个waf插件 |
| 17.| **阿里云-上传证书到CAS** | 上传证书到阿里云证书管理服务(CAS),如果不想在阿里云上同一份证书上传多次,可以把此任务作为前置任务,其他阿里云任务证书那一项选择此任务的输出 | | 17.| **阿里云-部署至阿里云WAF(cname接入)** | 部署证书到阿里云WAF(cname接入),云资源的请选择另外一个waf插件 |
| 18.| **阿里云-上传证书到CAS** | 上传证书到阿里云证书管理服务(CAS),如果不想在阿里云上同一份证书上传多次,可以把此任务作为前置任务,其他阿里云任务证书那一项选择此任务的输出 |
## 6. 华为云 ## 6. 华为云
| 序号 | 名称 | 说明 | | 序号 | 名称 | 说明 |
+23 -21
View File
@@ -5,27 +5,29 @@
| 1.| **阿里ESA** | 阿里ESA DNS解析 | | 1.| **阿里ESA** | 阿里ESA DNS解析 |
| 2.| **阿里云** | 阿里云DNS解析提供商 | | 2.| **阿里云** | 阿里云DNS解析提供商 |
| 3.| **AWS Route53** | AWS Route53 DNS解析提供商 | | 3.| **AWS Route53** | AWS Route53 DNS解析提供商 |
| 4.| **火山引擎** | 火山引擎DNS解析提供商 | | 4.| **Azure DNS** | Azure DNS 解析提供商 |
| 5.| **京东云** | 京东云DNS解析提供商 | | 5.| **火山引擎** | 火山引擎DNS解析提供商 |
| 6.| **新网(代理方式)** | 新网域名解析(代理方式) | | 6.| **京东云** | 京东云DNS解析提供商 |
| 7.| **新网** | 新网域名解析 | | 7.| **新网(代理方式)** | 新网域名解析(代理方式) |
| 8.| **BIND9 DNS** | 通过 SSH 连接到 BIND9 服务器,使用 nsupdate 命令管理 DNS 记录 | | 8.| **新网** | 新网域名解析 |
| 9.| **cloudflare** | cloudflare dns provider | | 9.| **BIND9 DNS** | 通过 SSH 连接到 BIND9 服务器,使用 nsupdate 命令管理 DNS 记录 |
| 10.| **dns.la** | dns.la | | 10.| **cloudflare** | cloudflare dns provider |
| 11.| **godaddy** | GoDaddy | | 11.| **dns.la** | dns.la |
| 12.| **HiPM DNSMgr** | HiPM DNSMgr DNS 解析提供商 | | 12.| **godaddy** | GoDaddy |
| 13.| **华为云** | 华为云DNS解析提供商 | | 13.| **HiPM DNSMgr** | HiPM DNSMgr DNS 解析提供商 |
| 14.| **namesilo** | namesilo dns provider | | 14.| **华为云** | 华为云DNS解析提供商 |
| 15.| **雨云** | 雨云DNS解析提供商 | | 15.| **namesilo** | namesilo dns provider |
| 16.| **Technitium DNS Server** | Technitium DNS Server 自建DNS服务器 | | 16.| **雨云** | 雨云DNS解析提供商 |
| 17.| **腾讯云** | 腾讯云域名DNS解析提供者 | | 17.| **Technitium DNS Server** | Technitium DNS Server 自建DNS服务器 |
| 18.| **腾讯云EO DNS** | 腾讯云EO DNS解析提供者 | | 18.| **腾讯云** | 腾讯云域名DNS解析提供者 |
| 19.| **西部数码** | west dns provider | | 19.| **腾讯云EO DNS** | 腾讯云EO DNS解析提供者 |
| 20.| **Dns提供商Demo** | dns provider示例 | | 20.| **西部数码** | west dns provider |
| 21.| **彩虹DNS** | 彩虹DNS管理系统 | | 21.| **Google Cloud DNS** | Google Cloud DNS提供商 |
| 22.| **Spaceship** | Spaceship 域名解析 | | 22.| **Dns提供商Demo** | dns provider示例 |
| 23.| **51dns** | 51DNS | | 23.| **彩虹DNS** | 彩虹DNS管理系统 |
| 24.| **新网互联** | 新网互联 | | 24.| **Spaceship** | Spaceship 域名解析 |
| 25.| **51dns** | 51DNS |
| 26.| **新网互联** | 新网互联 |
<style module> <style module>
table th:first-of-type { table th:first-of-type {
+1 -1
View File
@@ -9,5 +9,5 @@
} }
}, },
"npmClient": "pnpm", "npmClient": "pnpm",
"version": "1.39.10" "version": "1.39.11"
} }
+8
View File
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.11](https://github.com/publishlab/node-acme-client/compare/v1.39.10...v1.39.11) (2026-04-26)
### Performance Improvements
* 为DNS解析器添加超时配置,避免查询时间过长 ([cc5154e](https://github.com/publishlab/node-acme-client/commit/cc5154e04e87f648111119b4eeb4e3cb4dd6cc41))
* 优化权威域名服务器查询超时时长 ([77db5ec](https://github.com/publishlab/node-acme-client/commit/77db5ecd12c51293e4de178e43ca0067bc70b46d))
* **technitium:** 添加Technitium DNS Server插件支持 ([edeb817](https://github.com/publishlab/node-acme-client/commit/edeb817c39597e4fa73a17ff4ca3f712f0320fec))
## [1.39.10](https://github.com/publishlab/node-acme-client/compare/v1.39.9...v1.39.10) (2026-04-11) ## [1.39.10](https://github.com/publishlab/node-acme-client/compare/v1.39.9...v1.39.10) (2026-04-11)
**Note:** Version bump only for package @certd/acme-client **Note:** Version bump only for package @certd/acme-client
+2 -2
View File
@@ -3,7 +3,7 @@
"description": "Simple and unopinionated ACME client", "description": "Simple and unopinionated ACME client",
"private": false, "private": false,
"author": "nmorsman", "author": "nmorsman",
"version": "1.39.10", "version": "1.39.11",
"type": "module", "type": "module",
"module": "scr/index.js", "module": "scr/index.js",
"main": "src/index.js", "main": "src/index.js",
@@ -18,7 +18,7 @@
"types" "types"
], ],
"dependencies": { "dependencies": {
"@certd/basic": "^1.39.10", "@certd/basic": "^1.39.11",
"@peculiar/x509": "^1.11.0", "@peculiar/x509": "^1.11.0",
"asn1js": "^3.0.5", "asn1js": "^3.0.5",
"axios": "^1.9.0", "axios": "^1.9.0",
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.11](https://github.com/certd/certd/compare/v1.39.10...v1.39.11) (2026-04-26)
**Note:** Version bump only for package @certd/basic
## [1.39.10](https://github.com/certd/certd/compare/v1.39.9...v1.39.10) (2026-04-11) ## [1.39.10](https://github.com/certd/certd/compare/v1.39.9...v1.39.10) (2026-04-11)
### Performance Improvements ### Performance Improvements
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/basic", "name": "@certd/basic",
"private": false, "private": false,
"version": "1.39.10", "version": "1.39.11",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.js", "module": "./dist/index.js",
+6
View File
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.11](https://github.com/certd/certd/compare/v1.39.10...v1.39.11) (2026-04-26)
### Performance Improvements
* 支持一键安装脚本 ([dc969dd](https://github.com/certd/certd/commit/dc969dd7edb6934a29d6657afefe6f8af056741c))
## [1.39.10](https://github.com/certd/certd/compare/v1.39.9...v1.39.10) (2026-04-11) ## [1.39.10](https://github.com/certd/certd/compare/v1.39.9...v1.39.10) (2026-04-11)
**Note:** Version bump only for package @certd/pipeline **Note:** Version bump only for package @certd/pipeline
+3 -3
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/pipeline", "name": "@certd/pipeline",
"private": false, "private": false,
"version": "1.39.10", "version": "1.39.11",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -18,8 +18,8 @@
"compile": "tsc --skipLibCheck --watch" "compile": "tsc --skipLibCheck --watch"
}, },
"dependencies": { "dependencies": {
"@certd/basic": "^1.39.10", "@certd/basic": "^1.39.11",
"@certd/plus-core": "^1.39.10", "@certd/plus-core": "^1.39.11",
"dayjs": "^1.11.7", "dayjs": "^1.11.7",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"reflect-metadata": "^0.1.13" "reflect-metadata": "^0.1.13"
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.11](https://github.com/certd/certd/compare/v1.39.10...v1.39.11) (2026-04-26)
**Note:** Version bump only for package @certd/lib-huawei
## [1.39.10](https://github.com/certd/certd/compare/v1.39.9...v1.39.10) (2026-04-11) ## [1.39.10](https://github.com/certd/certd/compare/v1.39.9...v1.39.10) (2026-04-11)
**Note:** Version bump only for package @certd/lib-huawei **Note:** Version bump only for package @certd/lib-huawei
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/lib-huawei", "name": "@certd/lib-huawei",
"private": false, "private": false,
"version": "1.39.10", "version": "1.39.11",
"main": "./dist/bundle.js", "main": "./dist/bundle.js",
"module": "./dist/bundle.js", "module": "./dist/bundle.js",
"types": "./dist/d/index.d.ts", "types": "./dist/d/index.d.ts",
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.11](https://github.com/certd/certd/compare/v1.39.10...v1.39.11) (2026-04-26)
**Note:** Version bump only for package @certd/lib-iframe
## [1.39.10](https://github.com/certd/certd/compare/v1.39.9...v1.39.10) (2026-04-11) ## [1.39.10](https://github.com/certd/certd/compare/v1.39.9...v1.39.10) (2026-04-11)
**Note:** Version bump only for package @certd/lib-iframe **Note:** Version bump only for package @certd/lib-iframe
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/lib-iframe", "name": "@certd/lib-iframe",
"private": false, "private": false,
"version": "1.39.10", "version": "1.39.11",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.js", "module": "./dist/index.js",
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.11](https://github.com/certd/certd/compare/v1.39.10...v1.39.11) (2026-04-26)
**Note:** Version bump only for package @certd/jdcloud
## [1.39.10](https://github.com/certd/certd/compare/v1.39.9...v1.39.10) (2026-04-11) ## [1.39.10](https://github.com/certd/certd/compare/v1.39.9...v1.39.10) (2026-04-11)
**Note:** Version bump only for package @certd/jdcloud **Note:** Version bump only for package @certd/jdcloud
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@certd/jdcloud", "name": "@certd/jdcloud",
"version": "1.39.10", "version": "1.39.11",
"description": "jdcloud openApi sdk", "description": "jdcloud openApi sdk",
"main": "./dist/bundle.js", "main": "./dist/bundle.js",
"module": "./dist/bundle.js", "module": "./dist/bundle.js",
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.11](https://github.com/certd/certd/compare/v1.39.10...v1.39.11) (2026-04-26)
**Note:** Version bump only for package @certd/lib-k8s
## [1.39.10](https://github.com/certd/certd/compare/v1.39.9...v1.39.10) (2026-04-11) ## [1.39.10](https://github.com/certd/certd/compare/v1.39.9...v1.39.10) (2026-04-11)
**Note:** Version bump only for package @certd/lib-k8s **Note:** Version bump only for package @certd/lib-k8s
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/lib-k8s", "name": "@certd/lib-k8s",
"private": false, "private": false,
"version": "1.39.10", "version": "1.39.11",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -18,7 +18,7 @@
"compile": "tsc --skipLibCheck --watch" "compile": "tsc --skipLibCheck --watch"
}, },
"dependencies": { "dependencies": {
"@certd/basic": "^1.39.10", "@certd/basic": "^1.39.11",
"@kubernetes/client-node": "0.21.0" "@kubernetes/client-node": "0.21.0"
}, },
"devDependencies": { "devDependencies": {
+6
View File
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.11](https://github.com/certd/certd/compare/v1.39.10...v1.39.11) (2026-04-26)
### Bug Fixes
* 修复列表页面底部滚动条与表格之间有空白间隙的bug ([71cfcad](https://github.com/certd/certd/commit/71cfcad2a15aac0badd85a10c4012a1e713654d1))
## [1.39.10](https://github.com/certd/certd/compare/v1.39.9...v1.39.10) (2026-04-11) ## [1.39.10](https://github.com/certd/certd/compare/v1.39.9...v1.39.10) (2026-04-11)
### Bug Fixes ### Bug Fixes
+6 -6
View File
@@ -1,6 +1,6 @@
{ {
"name": "@certd/lib-server", "name": "@certd/lib-server",
"version": "1.39.10", "version": "1.39.11",
"description": "midway with flyway, sql upgrade way ", "description": "midway with flyway, sql upgrade way ",
"private": false, "private": false,
"type": "module", "type": "module",
@@ -28,11 +28,11 @@
], ],
"license": "AGPL", "license": "AGPL",
"dependencies": { "dependencies": {
"@certd/acme-client": "^1.39.10", "@certd/acme-client": "^1.39.11",
"@certd/basic": "^1.39.10", "@certd/basic": "^1.39.11",
"@certd/pipeline": "^1.39.10", "@certd/pipeline": "^1.39.11",
"@certd/plugin-lib": "^1.39.10", "@certd/plugin-lib": "^1.39.11",
"@certd/plus-core": "^1.39.10", "@certd/plus-core": "^1.39.11",
"@midwayjs/cache": "3.14.0", "@midwayjs/cache": "3.14.0",
"@midwayjs/core": "3.20.11", "@midwayjs/core": "3.20.11",
"@midwayjs/i18n": "3.20.13", "@midwayjs/i18n": "3.20.13",
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.11](https://github.com/certd/certd/compare/v1.39.10...v1.39.11) (2026-04-26)
**Note:** Version bump only for package @certd/midway-flyway-js
## [1.39.10](https://github.com/certd/certd/compare/v1.39.9...v1.39.10) (2026-04-11) ## [1.39.10](https://github.com/certd/certd/compare/v1.39.9...v1.39.10) (2026-04-11)
**Note:** Version bump only for package @certd/midway-flyway-js **Note:** Version bump only for package @certd/midway-flyway-js
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@certd/midway-flyway-js", "name": "@certd/midway-flyway-js",
"version": "1.39.10", "version": "1.39.11",
"description": "midway with flyway, sql upgrade way ", "description": "midway with flyway, sql upgrade way ",
"private": false, "private": false,
"type": "module", "type": "module",
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.11](https://github.com/certd/certd/compare/v1.39.10...v1.39.11) (2026-04-26)
**Note:** Version bump only for package @certd/plugin-cert
## [1.39.10](https://github.com/certd/certd/compare/v1.39.9...v1.39.10) (2026-04-11) ## [1.39.10](https://github.com/certd/certd/compare/v1.39.9...v1.39.10) (2026-04-11)
**Note:** Version bump only for package @certd/plugin-cert **Note:** Version bump only for package @certd/plugin-cert
+5 -5
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/plugin-cert", "name": "@certd/plugin-cert",
"private": false, "private": false,
"version": "1.39.10", "version": "1.39.11",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
@@ -17,10 +17,10 @@
"compile": "tsc --skipLibCheck --watch" "compile": "tsc --skipLibCheck --watch"
}, },
"dependencies": { "dependencies": {
"@certd/acme-client": "^1.39.10", "@certd/acme-client": "^1.39.11",
"@certd/basic": "^1.39.10", "@certd/basic": "^1.39.11",
"@certd/pipeline": "^1.39.10", "@certd/pipeline": "^1.39.11",
"@certd/plugin-lib": "^1.39.10", "@certd/plugin-lib": "^1.39.11",
"psl": "^1.9.0", "psl": "^1.9.0",
"punycode.js": "^2.3.1" "punycode.js": "^2.3.1"
}, },
+6
View File
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.11](https://github.com/certd/certd/compare/v1.39.10...v1.39.11) (2026-04-26)
### Performance Improvements
* 支持部署到nginx-proxy-manager ([2e6e9ed](https://github.com/certd/certd/commit/2e6e9ed9255bcf178edb0eb00d93a7f13c214430))
## [1.39.10](https://github.com/certd/certd/compare/v1.39.9...v1.39.10) (2026-04-11) ## [1.39.10](https://github.com/certd/certd/compare/v1.39.9...v1.39.10) (2026-04-11)
### Performance Improvements ### Performance Improvements
+5 -5
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/plugin-lib", "name": "@certd/plugin-lib",
"private": false, "private": false,
"version": "1.39.10", "version": "1.39.11",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
@@ -22,10 +22,10 @@
"@alicloud/pop-core": "^1.7.10", "@alicloud/pop-core": "^1.7.10",
"@alicloud/tea-util": "^1.4.11", "@alicloud/tea-util": "^1.4.11",
"@aws-sdk/client-s3": "^3.964.0", "@aws-sdk/client-s3": "^3.964.0",
"@certd/acme-client": "^1.39.10", "@certd/acme-client": "^1.39.11",
"@certd/basic": "^1.39.10", "@certd/basic": "^1.39.11",
"@certd/pipeline": "^1.39.10", "@certd/pipeline": "^1.39.11",
"@certd/plus-core": "^1.39.10", "@certd/plus-core": "^1.39.11",
"@kubernetes/client-node": "0.21.0", "@kubernetes/client-node": "0.21.0",
"ali-oss": "^6.22.0", "ali-oss": "^6.22.0",
"basic-ftp": "^5.0.5", "basic-ftp": "^5.0.5",
+17
View File
@@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.11](https://github.com/certd/certd/compare/v1.39.10...v1.39.11) (2026-04-26)
### Bug Fixes
* 修复列表页面底部滚动条与表格之间有空白间隙的bug ([71cfcad](https://github.com/certd/certd/commit/71cfcad2a15aac0badd85a10c4012a1e713654d1))
* 修复流水线未编辑模式下也提示未保存的bug ([64a3503](https://github.com/certd/certd/commit/64a350364d820725b5e69d22ac2416809092f97d))
* 修复商业版设置了公共eab,创建流水线仍然会显示需要配置eab的bug ([24dff05](https://github.com/certd/certd/commit/24dff05f6427dadec1e40350214c0167e1d6a73d))
### Performance Improvements
* 模版创建流水线支持随机时间 ([575415b](https://github.com/certd/certd/commit/575415b93a3e10e1c6e5644f71ddc711ea6f8adc))
* 商业版支持配置证书申请插件参数 ([7ac789c](https://github.com/certd/certd/commit/7ac789c9c7e91cdf08dfdae1bb49186552e370e3))
* 添加全新的未登录首页和路由配置 ([d1988dc](https://github.com/certd/certd/commit/d1988dc982440472ecf61847ccad76e4c96a80fb))
* 优化权威域名服务器查询超时时长 ([77db5ec](https://github.com/certd/certd/commit/77db5ecd12c51293e4de178e43ca0067bc70b46d))
* 支持主动修改绑定url地址 ([11b7cfe](https://github.com/certd/certd/commit/11b7cfe5cb7e88e6ebd68d53acb4e5b556550ca9))
* **technitium:** 添加Technitium DNS Server插件支持 ([edeb817](https://github.com/certd/certd/commit/edeb817c39597e4fa73a17ff4ca3f712f0320fec))
## [1.39.10](https://github.com/certd/certd/compare/v1.39.9...v1.39.10) (2026-04-11) ## [1.39.10](https://github.com/certd/certd/compare/v1.39.9...v1.39.10) (2026-04-11)
### Bug Fixes ### Bug Fixes
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"name": "@certd/ui-client", "name": "@certd/ui-client",
"version": "1.39.10", "version": "1.39.11",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite --open", "dev": "vite --open",
@@ -106,8 +106,8 @@
"zod-defaults": "^0.1.3" "zod-defaults": "^0.1.3"
}, },
"devDependencies": { "devDependencies": {
"@certd/lib-iframe": "^1.39.10", "@certd/lib-iframe": "^1.39.11",
"@certd/pipeline": "^1.39.10", "@certd/pipeline": "^1.39.11",
"@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-node-resolve": "^15.2.3",
"@types/chai": "^4.3.12", "@types/chai": "^4.3.12",
+19
View File
@@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.11](https://github.com/certd/certd/compare/v1.39.10...v1.39.11) (2026-04-26)
### Bug Fixes
* 修复商业版设置了公共eab,创建流水线仍然会显示需要配置eab的bug ([24dff05](https://github.com/certd/certd/commit/24dff05f6427dadec1e40350214c0167e1d6a73d))
* 修复站点监控某些情况下获取不到证书的bug ([a2bbc7e](https://github.com/certd/certd/commit/a2bbc7e27298821d75a36abac6ec05d86dcf51f4))
### Performance Improvements
* 支持google dns插件 ([edc7bfc](https://github.com/certd/certd/commit/edc7bfc23043c2c6ef5f3564392f8aac6661c4bf))
* 阿里云waf支持云产品接入方式应用的证书部署 ([2f7514a](https://github.com/certd/certd/commit/2f7514a2e7d89a34f833401a983149e667da911b))
* 商业版支持配置证书申请插件参数 ([7ac789c](https://github.com/certd/certd/commit/7ac789c9c7e91cdf08dfdae1bb49186552e370e3))
* 添加Azure DNS插件支持及文档 ([1f1d687](https://github.com/certd/certd/commit/1f1d6873172d71fadaa5a0005e1d6f3f528096fc))
* 添加HiPMDnsmgr DNS提供商的支持 @WUHINS ([296dcab](https://github.com/certd/certd/commit/296dcab4c7c26cb3f9da1ff748cc6a6b7d83edda))
* 支持部署到nginx-proxy-manager ([2e6e9ed](https://github.com/certd/certd/commit/2e6e9ed9255bcf178edb0eb00d93a7f13c214430))
* 支持一键安装脚本 ([dc969dd](https://github.com/certd/certd/commit/dc969dd7edb6934a29d6657afefe6f8af056741c))
* apisix支持v2 ([23b4658](https://github.com/certd/certd/commit/23b465867244b199bab9b61863a5ca43644834a9))
* **technitium:** 添加Technitium DNS Server插件支持 ([edeb817](https://github.com/certd/certd/commit/edeb817c39597e4fa73a17ff4ca3f712f0320fec))
## [1.39.10](https://github.com/certd/certd/compare/v1.39.9...v1.39.10) (2026-04-11) ## [1.39.10](https://github.com/certd/certd/compare/v1.39.9...v1.39.10) (2026-04-11)
### Bug Fixes ### Bug Fixes
@@ -0,0 +1,45 @@
name: azure
title: 微软云Azure授权
desc: ''
icon: simple-icons:microsoftazure
input:
subscriptionId:
title: 订阅 ID
component:
placeholder: subscriptionId
helper: Azure 订阅 ID
required: true
resourceGroupName:
title: 资源组
component:
placeholder: resourceGroupName
helper: DNS 区域所在的资源组名称
required: true
tenantId:
title: 目录(租户) ID
component:
placeholder: tenantId
helper: 目录(租户) ID
required: true
clientId:
title: 应用程序ID
component:
placeholder: clientId
helper: 应用程序(客户端) ID
required: true
clientSecret:
title: 客户端凭据
component:
placeholder: clientSecret
required: true
encrypt: true
helper: 客户端凭据(机密)->客户端密码->新客户端密码->时间选长一点的->复制值
testRequest:
title: 测试
component:
name: api-test
action: TestRequest
helper: 测试授权是否正确
pluginType: access
type: builtIn
scriptFilePath: /plugins/plugin-azure/access.js
@@ -3,10 +3,10 @@ default:
strategy: strategy:
runStrategy: 1 runStrategy: 1
name: AliyunDeployCertToWaf name: AliyunDeployCertToWaf
title: 阿里云-部署至阿里云WAF title: 阿里云-部署至阿里云WAF(cname接入)
icon: svg:icon-aliyun icon: svg:icon-aliyun
group: aliyun group: aliyun
desc: 部署证书到阿里云WAF desc: 部署证书到阿里云WAF(cname接入),云资源的请选择另外一个waf插件
needPlus: false needPlus: false
input: input:
cert: cert:
@@ -128,4 +128,4 @@ input:
output: {} output: {}
pluginType: deploy pluginType: deploy
type: builtIn type: builtIn
scriptFilePath: /plugins/plugin-aliyun/plugin/deploy-to-waf/index.js scriptFilePath: /plugins/plugin-aliyun/plugin/deploy-to-waf/deploy-to-waf-cname.js
@@ -0,0 +1,121 @@
showRunStrategy: false
default:
strategy:
runStrategy: 1
name: AliyunDeployCertToWafCloud
title: 阿里云-部署至阿里云WAF(云产品接入)
icon: svg:icon-aliyun
group: aliyun
desc: 部署证书到阿里云WAF(云产品接入),CNAME方式接入的请选择另外一个waf插件
needPlus: false
input:
cert:
title: 域名证书
helper: |-
请选择证书申请任务输出的域名证书
或者选择前置任务“上传证书到阿里云”任务的证书ID,可以减少上传到阿里云的证书数量
component:
name: output-selector
from:
- ':cert:'
- uploadCertToAliyun
required: true
order: 0
certDomains:
title: 当前证书域名
component:
name: cert-domains-getter
mergeScript: |2-
return {
component:{
inputKey: ctx.compute(({form})=>{
return form.cert
}),
}
}
template: false
required: false
order: 0
regionId:
title: WAF接入点
helper: 不会选就按默认
value: cn-hangzhou
component:
name: a-select
options:
- value: cn-hangzhou
label: 中国内地
- value: ap-southeast-1
label: 非中国内地
required: true
order: 0
casEndpoint:
title: 证书接入点
helper: 跟上面保持一致即可
value: cas.aliyuncs.com
component:
name: a-select
options:
- value: cas.aliyuncs.com
label: 中国大陆
- value: cas.ap-southeast-1.aliyuncs.com
label: 新加坡
- value: cas.eu-central-1.aliyuncs.com
label: 德国(法兰克福)
required: true
order: 0
accessId:
title: Access授权
helper: 阿里云授权AccessKeyId、AccessKeySecret
component:
name: access-selector
type: aliyun
required: true
order: 0
cloudResources:
title: 云产品资源
component:
name: remote-select
vModel: value
mode: tags
type: plugin
action: onGetCloudResourceList
search: true
pager: true
multi: true
watches:
- certDomains
- accessId
- accessId
- regionId
required: true
mergeScript: |2-
return {
component:{
form: ctx.compute(({form})=>{
return form
})
},
}
helper: 请选择要部署证书的云产品资源
order: 0
certType:
title: 证书部署类型
value: default
component:
name: a-select
options:
- value: default
label: 默认证书
- value: extension
label: 扩展证书
required: true
order: 0
output: {}
pluginType: deploy
type: builtIn
scriptFilePath: /plugins/plugin-aliyun/plugin/deploy-to-waf/deploy-to-waf-cloud.js
@@ -233,6 +233,7 @@ input:
return { return {
show: ctx.compute(({form})=>{ show: ctx.compute(({form})=>{
console.log("show",form)
return (form.sslProvider === 'zerossl' && !form.zerosslCommonEabAccessId) return (form.sslProvider === 'zerossl' && !form.zerosslCommonEabAccessId)
|| (form.sslProvider === 'google' && !form.googleCommonEabAccessId) || (form.sslProvider === 'google' && !form.googleCommonEabAccessId)
|| (form.sslProvider === 'sslcom' && !form.sslcomCommonEabAccessId) || (form.sslProvider === 'sslcom' && !form.sslcomCommonEabAccessId)
@@ -18,10 +18,21 @@ input:
required: true required: true
order: 0 order: 0
certDomains: certDomains:
title: 证书域名 title: 当前证书域名
component: component:
name: cert-domains-getter name: cert-domains-getter
required: false mergeScript: |2-
return {
component:{
inputKey: ctx.compute(({form})=>{
return form.cert
}),
}
}
template: false
required: true
order: 0 order: 0
accessId: accessId:
title: NPM授权 title: NPM授权
@@ -0,0 +1,9 @@
name: azure-dns
title: Azure DNS
desc: Azure DNS 解析提供商
accessType: azure
icon: simple-icons:microsoftazure
order: 1
pluginType: dnsProvider
type: builtIn
scriptFilePath: /plugins/plugin-azure/azure-dns-provider.js
@@ -0,0 +1,9 @@
name: google-cloud-dns
title: Google Cloud DNS
desc: Google Cloud DNS提供商
icon: flat-color-icons:google
accessType: google
order: 50
pluginType: dnsProvider
type: builtIn
scriptFilePath: /plugins/plugin-google/dns-provider.js
+16 -16
View File
@@ -1,6 +1,6 @@
{ {
"name": "@certd/ui-server", "name": "@certd/ui-server",
"version": "1.39.10", "version": "1.39.11",
"description": "fast-server base midway", "description": "fast-server base midway",
"private": true, "private": true,
"type": "module", "type": "module",
@@ -37,8 +37,6 @@
"pub": "echo 1" "pub": "echo 1"
}, },
"dependencies": { "dependencies": {
"@azure/arm-dns": "^5.1.0",
"@azure/identity": "^4.13.1",
"@alicloud/fc20230330": "^4.1.7", "@alicloud/fc20230330": "^4.1.7",
"@alicloud/openapi-client": "^0.4.12", "@alicloud/openapi-client": "^0.4.12",
"@alicloud/openapi-util": "^0.3.2", "@alicloud/openapi-util": "^0.3.2",
@@ -52,20 +50,22 @@
"@aws-sdk/client-route-53": "^3.964.0", "@aws-sdk/client-route-53": "^3.964.0",
"@aws-sdk/client-s3": "^3.964.0", "@aws-sdk/client-s3": "^3.964.0",
"@aws-sdk/client-sts": "^3.990.0", "@aws-sdk/client-sts": "^3.990.0",
"@certd/acme-client": "^1.39.10", "@azure/arm-dns": "^5.1.0",
"@certd/basic": "^1.39.10", "@azure/identity": "^4.13.1",
"@certd/commercial-core": "^1.39.10", "@certd/acme-client": "^1.39.11",
"@certd/basic": "^1.39.11",
"@certd/commercial-core": "^1.39.11",
"@certd/cv4pve-api-javascript": "^8.4.2", "@certd/cv4pve-api-javascript": "^8.4.2",
"@certd/jdcloud": "^1.39.10", "@certd/jdcloud": "^1.39.11",
"@certd/lib-huawei": "^1.39.10", "@certd/lib-huawei": "^1.39.11",
"@certd/lib-k8s": "^1.39.10", "@certd/lib-k8s": "^1.39.11",
"@certd/lib-server": "^1.39.10", "@certd/lib-server": "^1.39.11",
"@certd/midway-flyway-js": "^1.39.10", "@certd/midway-flyway-js": "^1.39.11",
"@certd/pipeline": "^1.39.10", "@certd/pipeline": "^1.39.11",
"@certd/plugin-cert": "^1.39.10", "@certd/plugin-cert": "^1.39.11",
"@certd/plugin-lib": "^1.39.10", "@certd/plugin-lib": "^1.39.11",
"@certd/plugin-plus": "^1.39.10", "@certd/plugin-plus": "^1.39.11",
"@certd/plus-core": "^1.39.10", "@certd/plus-core": "^1.39.11",
"@google-cloud/dns": "^5.3.1", "@google-cloud/dns": "^5.3.1",
"@google-cloud/publicca": "^1.3.0", "@google-cloud/publicca": "^1.3.0",
"@huaweicloud/huaweicloud-sdk-cdn": "^3.1.185", "@huaweicloud/huaweicloud-sdk-cdn": "^3.1.185",