mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
Compare commits
34 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ac70821fea | ||
|
|
38b273a1c9 | ||
|
|
eb5c88fbb2 | ||
|
|
1102952b47 | ||
|
|
5ad6cadcee | ||
|
|
5d236808d6 | ||
|
|
ada9243e84 | ||
|
|
ad4e1c1b5b | ||
|
|
c5105c29b0 | ||
|
|
f689b0f3b2 | ||
|
|
730f614024 | ||
|
|
2e4eb17a48 | ||
|
|
55d2a1f09b | ||
|
|
e3a5bcb907 | ||
|
|
d56567c9de | ||
|
|
d7c381e05d | ||
|
|
1d23dd2426 | ||
|
|
86ce00adf9 | ||
|
|
e1eef013a8 | ||
|
|
d20046c866 | ||
|
|
2df452fe5b | ||
|
|
c31bfd8b94 | ||
|
|
f443675f4f | ||
|
|
a44bd8849d | ||
|
|
274c887140 | ||
|
|
44973ebd00 | ||
|
|
88f74163ff | ||
|
|
6cd57dd426 | ||
|
|
481e866011 | ||
|
|
a78450ba79 | ||
|
|
d19ac1fd15 | ||
|
|
410a23751b | ||
|
|
8190507e8c | ||
|
|
645f74f39d |
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -4,5 +4,9 @@
|
|||||||
"typescript.tsc.autoDetect": "watch",
|
"typescript.tsc.autoDetect": "watch",
|
||||||
"git.scanRepositories": [
|
"git.scanRepositories": [
|
||||||
"./packages/pro"
|
"./packages/pro"
|
||||||
]
|
],
|
||||||
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
|
||||||
|
"[typescript]": {
|
||||||
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
23
CHANGELOG.md
23
CHANGELOG.md
@@ -3,6 +3,29 @@
|
|||||||
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.37.8](https://github.com/certd/certd/compare/v1.37.7...v1.37.8) (2025-11-17)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **plugins/woai-cdn:** 修正默认接口域名与帮助链接中的路径 ([#576](https://github.com/certd/certd/issues/576)) @LjyLab ([d20046c](https://github.com/certd/certd/commit/d20046c86681ea177ece434423b7c81a76b437fb))
|
||||||
|
|
||||||
|
### Performance Improvements
|
||||||
|
|
||||||
|
* 修复西数解析记录添加失败的bug,支持部署证书到西数虚拟主机 ([1102952](https://github.com/certd/certd/commit/1102952b4703e8c0bbc17b0700c0ed3ef6f866d3))
|
||||||
|
* 支持回车键触发登录 ([eb5c88f](https://github.com/certd/certd/commit/eb5c88fbb2901f1a9669429a7cd8dc76f6806d01))
|
||||||
|
|
||||||
|
## [1.37.7](https://github.com/certd/certd/compare/v1.37.6...v1.37.7) (2025-11-12)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* 修复点击立即触发运行报错的bug ([e1eef01](https://github.com/certd/certd/commit/e1eef013a856d26fe80a05d9ec6e505e2e31e5f9))
|
||||||
|
* 账号绑定页面某些情况下打不开的bug ([44973eb](https://github.com/certd/certd/commit/44973ebd00e89c0fee8f3b91174157757ce0160f))
|
||||||
|
|
||||||
|
### Performance Improvements
|
||||||
|
|
||||||
|
* 支持使用letencrypt测试环境申请ip证书 ([86ce00a](https://github.com/certd/certd/commit/86ce00adf92ff98fead87a3eaaa6631036708f47))
|
||||||
|
* 支持腾讯云teo dns解析 ([1d23dd2](https://github.com/certd/certd/commit/1d23dd2426bd1e4c4dfea0a9e561d665e045ba9d))
|
||||||
|
|
||||||
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|||||||
22
README.md
22
README.md
@@ -16,6 +16,13 @@ Certd® 是一个免费的全自动证书管理系统,让你的网站证书永
|
|||||||
|
|
||||||
> 流水线数量现已调整为无限制,欢迎大家使用
|
> 流水线数量现已调整为无限制,欢迎大家使用
|
||||||
|
|
||||||
|
|
||||||
|
**************************************************************************************************
|
||||||
|
🔥🔥🔥永久专业版上线,双11活动火热进行中🔥🔥🔥
|
||||||
|
赶快升级到最新版点击右上角金色VIP按钮,点击立即赞助,看看你的优惠券金额是多少?
|
||||||
|
**************************************************************************************************
|
||||||
|
|
||||||
|
|
||||||
## 一、特性
|
## 一、特性
|
||||||
本项目不仅支持证书申请过程自动化,还可以自动化部署更新证书,让你的证书永不过期。
|
本项目不仅支持证书申请过程自动化,还可以自动化部署更新证书,让你的证书永不过期。
|
||||||
|
|
||||||
@@ -152,13 +159,15 @@ https://certd.handfree.work/
|
|||||||
|
|
||||||
## 八、捐赠
|
## 八、捐赠
|
||||||
************************
|
************************
|
||||||
支持开源,为爱发电,我已入驻爱发电
|
开源为什么要做专业版收费?
|
||||||
https://afdian.com/a/greper
|
1. 纯靠为爱发电不可持续(比如:我的dev-sidecar项目即便是拥有20K+star,也差点凉凉,幸亏有另外大佬接手用爱发电)
|
||||||
|
2. 没有赞助的项目,作者会比较任性,不会用心倾听用户的心声,不顾用户体验(比如:下意识拒绝需求、频繁破坏性变更升级、全盘推倒重来之类的)
|
||||||
|
3. 没有赞助的项目,交流群的戾气有时候比较重,容易起冲突
|
||||||
|
|
||||||
发电权益:
|
发电权益:
|
||||||
1. 可加入发电专属群,可以获得作者一对一技术支持
|
1. 可加入发电专属VIP群,可以获得作者一对一技术支持,必要时可以远程协助
|
||||||
2. 您的需求我们将优先实现,并且将作为专业版功能提供
|
2. 您的需求我们将优先实现,并且可能将作为专业版功能提供
|
||||||
3. 一年期专业版激活码
|
3. 获得专业版功能
|
||||||
|
|
||||||
专业版特权对比
|
专业版特权对比
|
||||||
|
|
||||||
@@ -170,10 +179,9 @@ https://afdian.com/a/greper
|
|||||||
| 站点证书监控 | 限制1条 | 无限制 |
|
| 站点证书监控 | 限制1条 | 无限制 |
|
||||||
| 自动部署插件 | 阿里云CDN、腾讯云、七牛CDN、主机部署、宝塔、1Panel等大部分插件 | 群晖 |
|
| 自动部署插件 | 阿里云CDN、腾讯云、七牛CDN、主机部署、宝塔、1Panel等大部分插件 | 群晖 |
|
||||||
| 通知 | 邮件通知、自定义webhook | 邮件免配置、企微、钉钉、飞书、anpush、server酱等 |
|
| 通知 | 邮件通知、自定义webhook | 邮件免配置、企微、钉钉、飞书、anpush、server酱等 |
|
||||||
|
| VIP群 | 无 | 可加,一对一技术支持,必要时远程协助 |
|
||||||
************************
|
************************
|
||||||
|
|
||||||
************************
|
|
||||||
|
|
||||||
## 九、贡献代码
|
## 九、贡献代码
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,30 @@
|
|||||||
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.37.7](https://github.com/certd/certd/compare/v1.37.6...v1.37.7) (2025-11-12)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* 修复点击立即触发运行报错的bug ([e1eef01](https://github.com/certd/certd/commit/e1eef013a856d26fe80a05d9ec6e505e2e31e5f9))
|
||||||
|
* 账号绑定页面某些情况下打不开的bug ([44973eb](https://github.com/certd/certd/commit/44973ebd00e89c0fee8f3b91174157757ce0160f))
|
||||||
|
|
||||||
|
### Performance Improvements
|
||||||
|
|
||||||
|
* 支持使用letencrypt测试环境申请ip证书 ([86ce00a](https://github.com/certd/certd/commit/86ce00adf92ff98fead87a3eaaa6631036708f47))
|
||||||
|
* 支持腾讯云teo dns解析 ([1d23dd2](https://github.com/certd/certd/commit/1d23dd2426bd1e4c4dfea0a9e561d665e045ba9d))
|
||||||
|
|
||||||
|
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* 修复创建流水线报id不能为空的bug ([aac569a](https://github.com/certd/certd/commit/aac569a9259ede43399e0ed5d668e936b984d6dd))
|
||||||
|
|
||||||
|
### Performance Improvements
|
||||||
|
|
||||||
|
* 增加vip时间同步按钮 ([32e4e91](https://github.com/certd/certd/commit/32e4e91ab81008dda422fb53fd6f4d1711c5d80c))
|
||||||
|
* 支持letencrypt测试环境,支持IP证书? ([1462cdd](https://github.com/certd/certd/commit/1462cddd1eb347b7ff238286b5c977b29a0591ec))
|
||||||
|
* server 增加 "@peculiar/x509" 依赖 ([acdf091](https://github.com/certd/certd/commit/acdf0912d452029f158279fb78155086e4fbac17))
|
||||||
|
|
||||||
## [1.37.5](https://github.com/certd/certd/compare/v1.37.4...v1.37.5) (2025-11-08)
|
## [1.37.5](https://github.com/certd/certd/compare/v1.37.4...v1.37.5) (2025-11-08)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|||||||
@@ -9,15 +9,16 @@
|
|||||||
| 5.| **新网** | 新网域名解析 |
|
| 5.| **新网** | 新网域名解析 |
|
||||||
| 6.| **新网(代理方式)** | 新网域名解析(代理方式) |
|
| 6.| **新网(代理方式)** | 新网域名解析(代理方式) |
|
||||||
| 7.| **腾讯云** | 腾讯云域名DNS解析提供者 |
|
| 7.| **腾讯云** | 腾讯云域名DNS解析提供者 |
|
||||||
| 8.| **华为云** | 华为云DNS解析提供商 |
|
| 8.| **腾讯云EO DNS** | 腾讯云EO DNS解析提供者 |
|
||||||
| 9.| **西部数码** | west dns provider |
|
| 9.| **华为云** | 华为云DNS解析提供商 |
|
||||||
| 10.| **dns.la** | dns.la |
|
| 10.| **西部数码** | west dns provider |
|
||||||
| 11.| **雨云** | 雨云DNS解析提供商 |
|
| 11.| **dns.la** | dns.la |
|
||||||
| 12.| **cloudflare** | cloudflare dns provider |
|
| 12.| **雨云** | 雨云DNS解析提供商 |
|
||||||
| 13.| **namesilo** | namesilo dns provider |
|
| 13.| **cloudflare** | cloudflare dns provider |
|
||||||
| 14.| **godaddy** | GoDaddy |
|
| 14.| **namesilo** | namesilo dns provider |
|
||||||
| 15.| **51dns** | 51DNS |
|
| 15.| **godaddy** | GoDaddy |
|
||||||
| 16.| **新网互联** | 新网互联 |
|
| 16.| **51dns** | 51DNS |
|
||||||
|
| 17.| **新网互联** | 新网互联 |
|
||||||
|
|
||||||
<style module>
|
<style module>
|
||||||
table th:first-of-type {
|
table th:first-of-type {
|
||||||
|
|||||||
@@ -9,5 +9,5 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"npmClient": "pnpm",
|
"npmClient": "pnpm",
|
||||||
"version": "1.37.6"
|
"version": "1.37.8"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,6 +3,17 @@
|
|||||||
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.37.8](https://github.com/publishlab/node-acme-client/compare/v1.37.7...v1.37.8) (2025-11-17)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @certd/acme-client
|
||||||
|
|
||||||
|
## [1.37.7](https://github.com/publishlab/node-acme-client/compare/v1.37.6...v1.37.7) (2025-11-12)
|
||||||
|
|
||||||
|
### Performance Improvements
|
||||||
|
|
||||||
|
* 支持使用letencrypt测试环境申请ip证书 ([86ce00a](https://github.com/publishlab/node-acme-client/commit/86ce00adf92ff98fead87a3eaaa6631036708f47))
|
||||||
|
* 支持腾讯云teo dns解析 ([1d23dd2](https://github.com/publishlab/node-acme-client/commit/1d23dd2426bd1e4c4dfea0a9e561d665e045ba9d))
|
||||||
|
|
||||||
## [1.37.6](https://github.com/publishlab/node-acme-client/compare/v1.37.5...v1.37.6) (2025-11-10)
|
## [1.37.6](https://github.com/publishlab/node-acme-client/compare/v1.37.5...v1.37.6) (2025-11-10)
|
||||||
|
|
||||||
### Performance Improvements
|
### Performance Improvements
|
||||||
|
|||||||
@@ -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.37.6",
|
"version": "1.37.8",
|
||||||
"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.37.6",
|
"@certd/basic": "^1.37.8",
|
||||||
"@peculiar/x509": "^1.11.0",
|
"@peculiar/x509": "^1.11.0",
|
||||||
"asn1js": "^3.0.5",
|
"asn1js": "^3.0.5",
|
||||||
"axios": "^1.7.2",
|
"axios": "^1.7.2",
|
||||||
@@ -70,5 +70,5 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/publishlab/node-acme-client/issues"
|
"url": "https://github.com/publishlab/node-acme-client/issues"
|
||||||
},
|
},
|
||||||
"gitHead": "9d5daf00152188369bf29e8be5795dbf04737f18"
|
"gitHead": "55d2a1f09b617bc73bd81a65796446c4602ed1b2"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,9 @@
|
|||||||
import { readCsrDomains } from "./crypto/index.js";
|
import { readCsrDomains } from "./crypto/index.js";
|
||||||
import { wait } from "./wait.js";
|
import { wait } from "./wait.js";
|
||||||
import { CancelError } from "./error.js";
|
import { CancelError } from "./error.js";
|
||||||
|
import { domainUtils } from '@certd/basic';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const defaultOpts = {
|
const defaultOpts = {
|
||||||
@@ -65,7 +68,7 @@ export default async (client, userOpts) => {
|
|||||||
* Parse domains from CSR
|
* Parse domains from CSR
|
||||||
*/
|
*/
|
||||||
|
|
||||||
log("[auto] Parsing domains from Certificate Signing Request ");
|
log("[auto] Parsing domains from Certificate Signing Request");
|
||||||
const { commonName, altNames } = readCsrDomains(opts.csr);
|
const { commonName, altNames } = readCsrDomains(opts.csr);
|
||||||
const uniqueDomains = Array.from(new Set([commonName].concat(altNames).filter((d) => d)));
|
const uniqueDomains = Array.from(new Set([commonName].concat(altNames).filter((d) => d)));
|
||||||
|
|
||||||
@@ -76,9 +79,21 @@ export default async (client, userOpts) => {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
log("[auto] Placing new certificate order with ACME provider");
|
log("[auto] Placing new certificate order with ACME provider");
|
||||||
const orderPayload = { identifiers: uniqueDomains.map((d) => ({ type: "dns", value: d })) };
|
|
||||||
if (opts.profile && client.sslProvider === 'letsencrypt' ){
|
let hasIp = false
|
||||||
|
const orderPayload = { identifiers: uniqueDomains.map((d) =>{
|
||||||
|
// 判断是否为IP(v4或v6),否则按域名处理
|
||||||
|
const type = domainUtils.isIp(d) ? 'ip' : 'dns';
|
||||||
|
if(type === 'ip'){
|
||||||
|
hasIp = true
|
||||||
|
}
|
||||||
|
return { type, value: d }
|
||||||
|
}) };
|
||||||
|
if (opts.profile && client.sslProvider.startsWith("letsencrypt") ){
|
||||||
orderPayload.profile = opts.profile;
|
orderPayload.profile = opts.profile;
|
||||||
|
if(hasIp){
|
||||||
|
orderPayload.profile = "shortlived"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
const order = await client.createOrder(orderPayload);
|
const order = await client.createOrder(orderPayload);
|
||||||
const authorizations = await client.getAuthorizations(order);
|
const authorizations = await client.getAuthorizations(order);
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import { createHash } from 'crypto';
|
|||||||
import { getPemBodyAsB64u } from './crypto/index.js';
|
import { getPemBodyAsB64u } from './crypto/index.js';
|
||||||
import HttpClient from './http.js';
|
import HttpClient from './http.js';
|
||||||
import AcmeApi from './api.js';
|
import AcmeApi from './api.js';
|
||||||
import verify from './verify.js';
|
import {createChallengeFn} from './verify.js';
|
||||||
import * as util from './util.js';
|
import * as util from './util.js';
|
||||||
import auto from './auto.js';
|
import auto from './auto.js';
|
||||||
import { CancelError } from './error.js';
|
import { CancelError } from './error.js';
|
||||||
@@ -492,6 +492,9 @@ class AcmeClient {
|
|||||||
throw new Error('Unable to verify ACME challenge, URL not found');
|
throw new Error('Unable to verify ACME challenge, URL not found');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const {challenges} = createChallengeFn({logger:this.logger});
|
||||||
|
|
||||||
|
const verify = challenges
|
||||||
if (typeof verify[challenge.type] === 'undefined') {
|
if (typeof verify[challenge.type] === 'undefined') {
|
||||||
throw new Error(`Unable to verify ACME challenge, unknown type: ${challenge.type}`);
|
throw new Error(`Unable to verify ACME challenge, unknown type: ${challenge.type}`);
|
||||||
}
|
}
|
||||||
@@ -507,7 +510,12 @@ class AcmeClient {
|
|||||||
};
|
};
|
||||||
|
|
||||||
this.log('Waiting for ACME challenge verification(等待ACME检查验证)');
|
this.log('Waiting for ACME challenge verification(等待ACME检查验证)');
|
||||||
return util.retry(verifyFn, this.backoffOpts);
|
|
||||||
|
|
||||||
|
const log = (...args)=>{
|
||||||
|
this.logger.info(...args)
|
||||||
|
}
|
||||||
|
return util.retry(verifyFn, this.backoffOpts,log);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ class Backoff {
|
|||||||
* @returns {Promise}
|
* @returns {Promise}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
async function retryPromise(fn, attempts, backoff) {
|
async function retryPromise(fn, attempts, backoff, logger = log) {
|
||||||
let aborted = false;
|
let aborted = false;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
@@ -60,12 +60,12 @@ async function retryPromise(fn, attempts, backoff) {
|
|||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
|
|
||||||
log(`Promise rejected: ${e.message}`);
|
logger(`Promise rejected: ${e.message}`);
|
||||||
const duration = backoff.duration();
|
const duration = backoff.duration();
|
||||||
log(`Promise rejected attempt #${backoff.attempts}, ${duration}ms 后重试: ${e.message}`);
|
logger(`Promise rejected attempt #${backoff.attempts}, ${duration}ms 后重试: ${e.message}`);
|
||||||
|
|
||||||
await new Promise((resolve) => { setTimeout(resolve, duration); });
|
await new Promise((resolve) => { setTimeout(resolve, duration); });
|
||||||
return retryPromise(fn, attempts, backoff);
|
return retryPromise(fn, attempts, backoff, logger);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -80,9 +80,9 @@ async function retryPromise(fn, attempts, backoff) {
|
|||||||
* @returns {Promise}
|
* @returns {Promise}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function retry(fn, { attempts = 5, min = 5000, max = 30000 } = {}) {
|
function retry(fn, { attempts = 5, min = 5000, max = 30000 } = {}, logger = log) {
|
||||||
const backoff = new Backoff({ min, max });
|
const backoff = new Backoff({ min, max });
|
||||||
return retryPromise(fn, attempts, backoff);
|
return retryPromise(fn, attempts, backoff, logger);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -216,21 +216,21 @@ function formatResponseError(resp) {
|
|||||||
* @returns {Promise<string>} Root domain name
|
* @returns {Promise<string>} Root domain name
|
||||||
*/
|
*/
|
||||||
|
|
||||||
async function resolveDomainBySoaRecord(recordName) {
|
async function resolveDomainBySoaRecord(recordName, logger = log) {
|
||||||
try {
|
try {
|
||||||
await dns.resolveSoa(recordName);
|
await dns.resolveSoa(recordName);
|
||||||
log(`找到${recordName}的SOA记录`);
|
logger(`找到${recordName}的SOA记录`);
|
||||||
return recordName;
|
return recordName;
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
log(`找不到${recordName}的SOA记录,继续往主域名查找`);
|
logger(`找不到${recordName}的SOA记录,继续往主域名查找`);
|
||||||
const parentRecordName = recordName.split('.').slice(1).join('.');
|
const parentRecordName = recordName.split('.').slice(1).join('.');
|
||||||
|
|
||||||
if (!parentRecordName.includes('.')) {
|
if (!parentRecordName.includes('.')) {
|
||||||
throw new Error('SOA record查找失败');
|
throw new Error('SOA record查找失败');
|
||||||
}
|
}
|
||||||
|
|
||||||
return resolveDomainBySoaRecord(parentRecordName);
|
return resolveDomainBySoaRecord(parentRecordName,logger);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -241,18 +241,18 @@ async function resolveDomainBySoaRecord(recordName) {
|
|||||||
* @returns {Promise<dns.Resolver>} DNS resolver
|
* @returns {Promise<dns.Resolver>} DNS resolver
|
||||||
*/
|
*/
|
||||||
|
|
||||||
async function getAuthoritativeDnsResolver(recordName) {
|
async function getAuthoritativeDnsResolver(recordName, logger = log) {
|
||||||
log(`获取域名${recordName}的权威NS服务器: `);
|
logger(`获取域名${recordName}的权威NS服务器: `);
|
||||||
const resolver = new dns.Resolver();
|
const resolver = new dns.Resolver();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
/* Resolve root domain by SOA */
|
/* Resolve root domain by SOA */
|
||||||
const domain = await resolveDomainBySoaRecord(recordName);
|
const domain = await resolveDomainBySoaRecord(recordNam,logger);
|
||||||
|
|
||||||
/* Resolve authoritative NS addresses */
|
/* Resolve authoritative NS addresses */
|
||||||
log(`获取到权威NS服务器name: ${domain}`);
|
logger(`获取到权威NS服务器name: ${domain}`);
|
||||||
const nsRecords = await dns.resolveNs(domain);
|
const nsRecords = await dns.resolveNs(domain);
|
||||||
log(`域名权威NS服务器:${nsRecords}`);
|
logger(`域名权威NS服务器:${nsRecords}`);
|
||||||
const nsAddrArray = await Promise.all(nsRecords.map(async (r) => dns.resolve4(r)));
|
const nsAddrArray = await Promise.all(nsRecords.map(async (r) => dns.resolve4(r)));
|
||||||
const nsAddresses = [].concat(...nsAddrArray).filter((a) => a);
|
const nsAddresses = [].concat(...nsAddrArray).filter((a) => a);
|
||||||
|
|
||||||
@@ -261,16 +261,16 @@ async function getAuthoritativeDnsResolver(recordName) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Authoritative NS success */
|
/* Authoritative NS success */
|
||||||
log(`Found ${nsAddresses.length} authoritative NS addresses for domain: ${domain}`);
|
logger(`Found ${nsAddresses.length} authoritative NS addresses for domain: ${domain}`);
|
||||||
resolver.setServers(nsAddresses);
|
resolver.setServers(nsAddresses);
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
log(`Authoritative NS lookup error(获取权威NS服务器地址失败): ${e.message}`);
|
logger(`Authoritative NS lookup error(获取权威NS服务器地址失败): ${e.message}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Return resolver */
|
/* Return resolver */
|
||||||
const addresses = resolver.getServers();
|
const addresses = resolver.getServers();
|
||||||
log(`DNS resolver addresses(域名的权威NS服务器地址): ${addresses.join(', ')}`);
|
logger(`DNS resolver addresses(域名的权威NS服务器地址): ${addresses.join(', ')}`);
|
||||||
|
|
||||||
return resolver;
|
return resolver;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,14 +4,22 @@
|
|||||||
|
|
||||||
import dnsSdk from "dns"
|
import dnsSdk from "dns"
|
||||||
import https from 'https'
|
import https from 'https'
|
||||||
import {log} from './logger.js'
|
import {log as defaultLog} from './logger.js'
|
||||||
import axios from './axios.js'
|
import axios from './axios.js'
|
||||||
import * as util from './util.js'
|
import * as util from './util.js'
|
||||||
import {isAlpnCertificateAuthorizationValid} from './crypto/index.js'
|
import {isAlpnCertificateAuthorizationValid} from './crypto/index.js'
|
||||||
|
|
||||||
|
|
||||||
const dns = dnsSdk.promises
|
const dns = dnsSdk.promises
|
||||||
/**
|
|
||||||
|
|
||||||
|
export function createChallengeFn(opts = {}){
|
||||||
|
const logger = opts?.logger || {info:defaultLog,error:defaultLog,warn:defaultLog,debug:defaultLog}
|
||||||
|
|
||||||
|
const log = function(...args){
|
||||||
|
logger.info(...args)
|
||||||
|
}
|
||||||
|
/**
|
||||||
* Verify ACME HTTP challenge
|
* Verify ACME HTTP challenge
|
||||||
*
|
*
|
||||||
* https://datatracker.ietf.org/doc/html/rfc8555#section-8.3
|
* https://datatracker.ietf.org/doc/html/rfc8555#section-8.3
|
||||||
@@ -112,7 +120,7 @@ async function walkDnsChallengeRecord(recordName, resolver = dns,deep = 0) {
|
|||||||
return records
|
return records
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function walkTxtRecord(recordName,deep = 0) {
|
async function walkTxtRecord(recordName,deep = 0) {
|
||||||
if(deep >5){
|
if(deep >5){
|
||||||
log(`walkTxtRecord too deep (#${deep}) , skip walk`)
|
log(`walkTxtRecord too deep (#${deep}) , skip walk`)
|
||||||
return []
|
return []
|
||||||
@@ -136,7 +144,7 @@ export async function walkTxtRecord(recordName,deep = 0) {
|
|||||||
try{
|
try{
|
||||||
/* Authoritative DNS resolver */
|
/* Authoritative DNS resolver */
|
||||||
log(`从域名权威服务器获取TXT解析记录`);
|
log(`从域名权威服务器获取TXT解析记录`);
|
||||||
const authoritativeResolver = await util.getAuthoritativeDnsResolver(recordName);
|
const authoritativeResolver = await util.getAuthoritativeDnsResolver(recordName,log);
|
||||||
const res = await walkDnsChallengeRecord(recordName, authoritativeResolver,deep);
|
const res = await walkDnsChallengeRecord(recordName, authoritativeResolver,deep);
|
||||||
if (res && res.length > 0) {
|
if (res && res.length > 0) {
|
||||||
for (const item of res) {
|
for (const item of res) {
|
||||||
@@ -173,7 +181,8 @@ async function verifyDnsChallenge(authz, challenge, keyAuthorization, prefix = '
|
|||||||
recordValues = [...new Set(recordValues)];
|
recordValues = [...new Set(recordValues)];
|
||||||
log(`DNS查询成功, 找到 ${recordValues.length} 条TXT记录:${recordValues}`);
|
log(`DNS查询成功, 找到 ${recordValues.length} 条TXT记录:${recordValues}`);
|
||||||
if (!recordValues.length || !recordValues.includes(keyAuthorization)) {
|
if (!recordValues.length || !recordValues.includes(keyAuthorization)) {
|
||||||
throw new Error(`没有找到需要的DNS TXT记录: ${recordName},期望:${keyAuthorization},结果:${recordValues}`);
|
const err = `没有找到需要的DNS TXT记录: ${recordName},期望:${keyAuthorization},结果:${recordValues}`
|
||||||
|
throw new Error(err);
|
||||||
}
|
}
|
||||||
|
|
||||||
log(`关键授权匹配成功(${challenge.type}/${recordName}):${keyAuthorization},校验成功, ACME challenge verified`);
|
log(`关键授权匹配成功(${challenge.type}/${recordName}):${keyAuthorization},校验成功, ACME challenge verified`);
|
||||||
@@ -207,12 +216,13 @@ async function verifyTlsAlpnChallenge(authz, challenge, keyAuthorization) {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
return {
|
||||||
* Export API
|
challenges:{
|
||||||
*/
|
'http-01': verifyHttpChallenge,
|
||||||
|
'dns-01': verifyDnsChallenge,
|
||||||
|
'tls-alpn-01': verifyTlsAlpnChallenge,
|
||||||
|
},
|
||||||
|
walkTxtRecord,
|
||||||
|
}
|
||||||
|
|
||||||
export default {
|
}
|
||||||
'http-01': verifyHttpChallenge,
|
|
||||||
'dns-01': verifyDnsChallenge,
|
|
||||||
'tls-alpn-01': verifyTlsAlpnChallenge,
|
|
||||||
};
|
|
||||||
3
packages/core/acme-client/types/index.d.ts
vendored
3
packages/core/acme-client/types/index.d.ts
vendored
@@ -207,7 +207,8 @@ export const agents: any;
|
|||||||
|
|
||||||
export function setLogger(fn: (message: any, ...args: any[]) => void): void;
|
export function setLogger(fn: (message: any, ...args: any[]) => void): void;
|
||||||
|
|
||||||
export function walkTxtRecord(record: any): Promise<string[]>;
|
export function createChallengeFn(opts?: {logger?:any}): any;
|
||||||
|
// export function walkTxtRecord(record: any): Promise<string[]>;
|
||||||
export function getAuthoritativeDnsResolver(record:string): Promise<any>;
|
export function getAuthoritativeDnsResolver(record:string): Promise<any>;
|
||||||
|
|
||||||
export const CancelError: typeof CancelError;
|
export const CancelError: typeof CancelError;
|
||||||
|
|||||||
@@ -3,6 +3,16 @@
|
|||||||
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.37.8](https://github.com/certd/certd/compare/v1.37.7...v1.37.8) (2025-11-17)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @certd/basic
|
||||||
|
|
||||||
|
## [1.37.7](https://github.com/certd/certd/compare/v1.37.6...v1.37.7) (2025-11-12)
|
||||||
|
|
||||||
|
### Performance Improvements
|
||||||
|
|
||||||
|
* 支持使用letencrypt测试环境申请ip证书 ([86ce00a](https://github.com/certd/certd/commit/86ce00adf92ff98fead87a3eaaa6631036708f47))
|
||||||
|
|
||||||
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
||||||
|
|
||||||
**Note:** Version bump only for package @certd/basic
|
**Note:** Version bump only for package @certd/basic
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
00:42
|
01:14
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@certd/basic",
|
"name": "@certd/basic",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.37.6",
|
"version": "1.37.8",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@@ -46,5 +46,5 @@
|
|||||||
"tslib": "^2.8.1",
|
"tslib": "^2.8.1",
|
||||||
"typescript": "^5.4.2"
|
"typescript": "^5.4.2"
|
||||||
},
|
},
|
||||||
"gitHead": "9d5daf00152188369bf29e8be5795dbf04737f18"
|
"gitHead": "55d2a1f09b617bc73bd81a65796446c4602ed1b2"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,29 +7,29 @@ function match(targetDomains: string | string[], inDomains: string[]) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (typeof targetDomains === 'string') {
|
if (typeof targetDomains === "string") {
|
||||||
targetDomains = [targetDomains];
|
targetDomains = [targetDomains];
|
||||||
}
|
}
|
||||||
for (let targetDomain of targetDomains) {
|
for (let targetDomain of targetDomains) {
|
||||||
let matched = false;
|
let matched = false;
|
||||||
if (targetDomain.startsWith('.')) {
|
if (targetDomain.startsWith(".")) {
|
||||||
targetDomain = '*' + targetDomain;
|
targetDomain = "*" + targetDomain;
|
||||||
}
|
}
|
||||||
for (let inDomain of inDomains) {
|
for (let inDomain of inDomains) {
|
||||||
if (inDomain.startsWith('.')) {
|
if (inDomain.startsWith(".")) {
|
||||||
inDomain = '*' + inDomain;
|
inDomain = "*" + inDomain;
|
||||||
}
|
}
|
||||||
if (targetDomain === inDomain) {
|
if (targetDomain === inDomain) {
|
||||||
matched = true;
|
matched = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!inDomain.startsWith('*.')) {
|
if (!inDomain.startsWith("*.")) {
|
||||||
//不可能匹配
|
//不可能匹配
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
//子域名匹配通配符即可
|
//子域名匹配通配符即可
|
||||||
const firstDotIndex = targetDomain.indexOf('.');
|
const firstDotIndex = targetDomain.indexOf(".");
|
||||||
const targetDomainSuffix = targetDomain.substring(firstDotIndex + 1);
|
const targetDomainSuffix = targetDomain.substring(firstDotIndex + 1);
|
||||||
if (targetDomainSuffix === inDomain.substring(2)) {
|
if (targetDomainSuffix === inDomain.substring(2)) {
|
||||||
matched = true;
|
matched = true;
|
||||||
@@ -46,6 +46,32 @@ function match(targetDomains: string | string[], inDomains: string[]) {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function isIpv4(d: string) {
|
||||||
|
if (!d) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
const isIPv4Regex = /^(\d{1,3}\.){3}\d{1,3}$/;
|
||||||
|
return isIPv4Regex.test(d);
|
||||||
|
}
|
||||||
|
|
||||||
|
function isIpv6(d: string) {
|
||||||
|
if (!d) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
const isIPv6Regex = /^([\da-f]{1,4}:){2,7}[\da-f]{1,4}$/i;
|
||||||
|
return isIPv6Regex.test(d);
|
||||||
|
}
|
||||||
|
|
||||||
|
function isIp(d: string) {
|
||||||
|
if (!d) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
return isIpv4(d) || isIpv6(d);
|
||||||
|
}
|
||||||
|
|
||||||
export const domainUtils = {
|
export const domainUtils = {
|
||||||
match,
|
match,
|
||||||
|
isIpv4,
|
||||||
|
isIpv6,
|
||||||
|
isIp,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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.37.8](https://github.com/certd/certd/compare/v1.37.7...v1.37.8) (2025-11-17)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @certd/pipeline
|
||||||
|
|
||||||
|
## [1.37.7](https://github.com/certd/certd/compare/v1.37.6...v1.37.7) (2025-11-12)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @certd/pipeline
|
||||||
|
|
||||||
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
||||||
|
|
||||||
**Note:** Version bump only for package @certd/pipeline
|
**Note:** Version bump only for package @certd/pipeline
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@certd/pipeline",
|
"name": "@certd/pipeline",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.37.6",
|
"version": "1.37.8",
|
||||||
"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.37.6",
|
"@certd/basic": "^1.37.8",
|
||||||
"@certd/plus-core": "^1.37.6",
|
"@certd/plus-core": "^1.37.8",
|
||||||
"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"
|
||||||
@@ -45,5 +45,5 @@
|
|||||||
"tslib": "^2.8.1",
|
"tslib": "^2.8.1",
|
||||||
"typescript": "^5.4.2"
|
"typescript": "^5.4.2"
|
||||||
},
|
},
|
||||||
"gitHead": "9d5daf00152188369bf29e8be5795dbf04737f18"
|
"gitHead": "55d2a1f09b617bc73bd81a65796446c4602ed1b2"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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.37.8](https://github.com/certd/certd/compare/v1.37.7...v1.37.8) (2025-11-17)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @certd/lib-huawei
|
||||||
|
|
||||||
|
## [1.37.7](https://github.com/certd/certd/compare/v1.37.6...v1.37.7) (2025-11-12)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @certd/lib-huawei
|
||||||
|
|
||||||
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
||||||
|
|
||||||
**Note:** Version bump only for package @certd/lib-huawei
|
**Note:** Version bump only for package @certd/lib-huawei
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@certd/lib-huawei",
|
"name": "@certd/lib-huawei",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.37.6",
|
"version": "1.37.8",
|
||||||
"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",
|
||||||
@@ -24,5 +24,5 @@
|
|||||||
"prettier": "^2.8.8",
|
"prettier": "^2.8.8",
|
||||||
"tslib": "^2.8.1"
|
"tslib": "^2.8.1"
|
||||||
},
|
},
|
||||||
"gitHead": "9d5daf00152188369bf29e8be5795dbf04737f18"
|
"gitHead": "55d2a1f09b617bc73bd81a65796446c4602ed1b2"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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.37.8](https://github.com/certd/certd/compare/v1.37.7...v1.37.8) (2025-11-17)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @certd/lib-iframe
|
||||||
|
|
||||||
|
## [1.37.7](https://github.com/certd/certd/compare/v1.37.6...v1.37.7) (2025-11-12)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @certd/lib-iframe
|
||||||
|
|
||||||
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
||||||
|
|
||||||
**Note:** Version bump only for package @certd/lib-iframe
|
**Note:** Version bump only for package @certd/lib-iframe
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@certd/lib-iframe",
|
"name": "@certd/lib-iframe",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.37.6",
|
"version": "1.37.8",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@@ -31,5 +31,5 @@
|
|||||||
"tslib": "^2.8.1",
|
"tslib": "^2.8.1",
|
||||||
"typescript": "^5.4.2"
|
"typescript": "^5.4.2"
|
||||||
},
|
},
|
||||||
"gitHead": "9d5daf00152188369bf29e8be5795dbf04737f18"
|
"gitHead": "55d2a1f09b617bc73bd81a65796446c4602ed1b2"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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.37.8](https://github.com/certd/certd/compare/v1.37.7...v1.37.8) (2025-11-17)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @certd/jdcloud
|
||||||
|
|
||||||
|
## [1.37.7](https://github.com/certd/certd/compare/v1.37.6...v1.37.7) (2025-11-12)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @certd/jdcloud
|
||||||
|
|
||||||
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
||||||
|
|
||||||
**Note:** Version bump only for package @certd/jdcloud
|
**Note:** Version bump only for package @certd/jdcloud
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@certd/jdcloud",
|
"name": "@certd/jdcloud",
|
||||||
"version": "1.37.6",
|
"version": "1.37.8",
|
||||||
"description": "jdcloud openApi sdk",
|
"description": "jdcloud openApi sdk",
|
||||||
"main": "./dist/bundle.js",
|
"main": "./dist/bundle.js",
|
||||||
"module": "./dist/bundle.js",
|
"module": "./dist/bundle.js",
|
||||||
@@ -61,5 +61,5 @@
|
|||||||
"fetch"
|
"fetch"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"gitHead": "9d5daf00152188369bf29e8be5795dbf04737f18"
|
"gitHead": "55d2a1f09b617bc73bd81a65796446c4602ed1b2"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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.37.8](https://github.com/certd/certd/compare/v1.37.7...v1.37.8) (2025-11-17)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @certd/lib-k8s
|
||||||
|
|
||||||
|
## [1.37.7](https://github.com/certd/certd/compare/v1.37.6...v1.37.7) (2025-11-12)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @certd/lib-k8s
|
||||||
|
|
||||||
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
||||||
|
|
||||||
**Note:** Version bump only for package @certd/lib-k8s
|
**Note:** Version bump only for package @certd/lib-k8s
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@certd/lib-k8s",
|
"name": "@certd/lib-k8s",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.37.6",
|
"version": "1.37.8",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
"pub": "npm publish"
|
"pub": "npm publish"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@certd/basic": "^1.37.6",
|
"@certd/basic": "^1.37.8",
|
||||||
"@kubernetes/client-node": "0.21.0"
|
"@kubernetes/client-node": "0.21.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@@ -32,5 +32,5 @@
|
|||||||
"tslib": "^2.8.1",
|
"tslib": "^2.8.1",
|
||||||
"typescript": "^5.4.2"
|
"typescript": "^5.4.2"
|
||||||
},
|
},
|
||||||
"gitHead": "9d5daf00152188369bf29e8be5795dbf04737f18"
|
"gitHead": "55d2a1f09b617bc73bd81a65796446c4602ed1b2"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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.37.8](https://github.com/certd/certd/compare/v1.37.7...v1.37.8) (2025-11-17)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @certd/lib-server
|
||||||
|
|
||||||
|
## [1.37.7](https://github.com/certd/certd/compare/v1.37.6...v1.37.7) (2025-11-12)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @certd/lib-server
|
||||||
|
|
||||||
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
||||||
|
|
||||||
**Note:** Version bump only for package @certd/lib-server
|
**Note:** Version bump only for package @certd/lib-server
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@certd/lib-server",
|
"name": "@certd/lib-server",
|
||||||
"version": "1.37.6",
|
"version": "1.37.8",
|
||||||
"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.37.6",
|
"@certd/acme-client": "^1.37.8",
|
||||||
"@certd/basic": "^1.37.6",
|
"@certd/basic": "^1.37.8",
|
||||||
"@certd/pipeline": "^1.37.6",
|
"@certd/pipeline": "^1.37.8",
|
||||||
"@certd/plugin-lib": "^1.37.6",
|
"@certd/plugin-lib": "^1.37.8",
|
||||||
"@certd/plus-core": "^1.37.6",
|
"@certd/plus-core": "^1.37.8",
|
||||||
"@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",
|
||||||
@@ -64,5 +64,5 @@
|
|||||||
"typeorm": "^0.3.11",
|
"typeorm": "^0.3.11",
|
||||||
"typescript": "^5.4.2"
|
"typescript": "^5.4.2"
|
||||||
},
|
},
|
||||||
"gitHead": "9d5daf00152188369bf29e8be5795dbf04737f18"
|
"gitHead": "55d2a1f09b617bc73bd81a65796446c4602ed1b2"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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.37.8](https://github.com/certd/certd/compare/v1.37.7...v1.37.8) (2025-11-17)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @certd/midway-flyway-js
|
||||||
|
|
||||||
|
## [1.37.7](https://github.com/certd/certd/compare/v1.37.6...v1.37.7) (2025-11-12)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @certd/midway-flyway-js
|
||||||
|
|
||||||
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
||||||
|
|
||||||
**Note:** Version bump only for package @certd/midway-flyway-js
|
**Note:** Version bump only for package @certd/midway-flyway-js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@certd/midway-flyway-js",
|
"name": "@certd/midway-flyway-js",
|
||||||
"version": "1.37.6",
|
"version": "1.37.8",
|
||||||
"description": "midway with flyway, sql upgrade way ",
|
"description": "midway with flyway, sql upgrade way ",
|
||||||
"private": false,
|
"private": false,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
@@ -46,5 +46,5 @@
|
|||||||
"typeorm": "^0.3.11",
|
"typeorm": "^0.3.11",
|
||||||
"typescript": "^5.4.2"
|
"typescript": "^5.4.2"
|
||||||
},
|
},
|
||||||
"gitHead": "9d5daf00152188369bf29e8be5795dbf04737f18"
|
"gitHead": "55d2a1f09b617bc73bd81a65796446c4602ed1b2"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,6 +3,17 @@
|
|||||||
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.37.8](https://github.com/certd/certd/compare/v1.37.7...v1.37.8) (2025-11-17)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @certd/plugin-cert
|
||||||
|
|
||||||
|
## [1.37.7](https://github.com/certd/certd/compare/v1.37.6...v1.37.7) (2025-11-12)
|
||||||
|
|
||||||
|
### Performance Improvements
|
||||||
|
|
||||||
|
* 支持使用letencrypt测试环境申请ip证书 ([86ce00a](https://github.com/certd/certd/commit/86ce00adf92ff98fead87a3eaaa6631036708f47))
|
||||||
|
* 支持腾讯云teo dns解析 ([1d23dd2](https://github.com/certd/certd/commit/1d23dd2426bd1e4c4dfea0a9e561d665e045ba9d))
|
||||||
|
|
||||||
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
||||||
|
|
||||||
### Performance Improvements
|
### Performance Improvements
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@certd/plugin-cert",
|
"name": "@certd/plugin-cert",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.37.6",
|
"version": "1.37.8",
|
||||||
"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.37.6",
|
"@certd/acme-client": "^1.37.8",
|
||||||
"@certd/basic": "^1.37.6",
|
"@certd/basic": "^1.37.8",
|
||||||
"@certd/pipeline": "^1.37.6",
|
"@certd/pipeline": "^1.37.8",
|
||||||
"@certd/plugin-lib": "^1.37.6",
|
"@certd/plugin-lib": "^1.37.8",
|
||||||
"@google-cloud/publicca": "^1.3.0",
|
"@google-cloud/publicca": "^1.3.0",
|
||||||
"dayjs": "^1.11.7",
|
"dayjs": "^1.11.7",
|
||||||
"jszip": "^3.10.1",
|
"jszip": "^3.10.1",
|
||||||
@@ -43,5 +43,5 @@
|
|||||||
"tslib": "^2.8.1",
|
"tslib": "^2.8.1",
|
||||||
"typescript": "^5.4.2"
|
"typescript": "^5.4.2"
|
||||||
},
|
},
|
||||||
"gitHead": "9d5daf00152188369bf29e8be5795dbf04737f18"
|
"gitHead": "55d2a1f09b617bc73bd81a65796446c4602ed1b2"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -337,7 +337,7 @@ export class AcmeService {
|
|||||||
domains = encodingDomains;
|
domains = encodingDomains;
|
||||||
|
|
||||||
/* Create CSR */
|
/* Create CSR */
|
||||||
const { commonName, altNames } = this.buildCommonNameByDomains(domains);
|
const { altNames } = this.buildCommonNameByDomains(domains);
|
||||||
let privateKey = null;
|
let privateKey = null;
|
||||||
const privateKeyType = options.privateKeyType || "rsa_2048";
|
const privateKeyType = options.privateKeyType || "rsa_2048";
|
||||||
const privateKeyArr = privateKeyType.split("_");
|
const privateKeyArr = privateKeyType.split("_");
|
||||||
@@ -364,15 +364,13 @@ export class AcmeService {
|
|||||||
//兼容老版本
|
//兼容老版本
|
||||||
createCsr = acme.forge.createCsr;
|
createCsr = acme.forge.createCsr;
|
||||||
}
|
}
|
||||||
const [key, csr] = await createCsr(
|
const csrData: any = {
|
||||||
{
|
// commonName,
|
||||||
commonName,
|
...csrInfo,
|
||||||
...csrInfo,
|
altNames,
|
||||||
altNames,
|
// emailAddress: email,
|
||||||
// emailAddress: email,
|
};
|
||||||
},
|
const [key, csr] = await createCsr(csrData, privateKey);
|
||||||
privateKey
|
|
||||||
);
|
|
||||||
|
|
||||||
if (dnsProvider == null && domainsVerifyPlan == null) {
|
if (dnsProvider == null && domainsVerifyPlan == null) {
|
||||||
throw new Error("dnsProvider 、 domainsVerifyPlan不能都为空");
|
throw new Error("dnsProvider 、 domainsVerifyPlan不能都为空");
|
||||||
@@ -417,7 +415,7 @@ export class AcmeService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
buildCommonNameByDomains(domains: string | string[]): {
|
buildCommonNameByDomains(domains: string | string[]): {
|
||||||
commonName: string;
|
commonName?: string;
|
||||||
altNames: string[] | undefined;
|
altNames: string[] | undefined;
|
||||||
} {
|
} {
|
||||||
if (typeof domains === "string") {
|
if (typeof domains === "string") {
|
||||||
@@ -426,14 +424,14 @@ export class AcmeService {
|
|||||||
if (domains.length === 0) {
|
if (domains.length === 0) {
|
||||||
throw new Error("domain can not be empty");
|
throw new Error("domain can not be empty");
|
||||||
}
|
}
|
||||||
const commonName = domains[0];
|
// const commonName = domains[0];
|
||||||
let altNames: undefined | string[] = undefined;
|
// let altNames: undefined | string[] = undefined;
|
||||||
if (domains.length > 1) {
|
// if (domains.length > 1) {
|
||||||
altNames = _.slice(domains, 1);
|
// altNames = _.slice(domains, 1);
|
||||||
}
|
// }
|
||||||
return {
|
return {
|
||||||
commonName,
|
// commonName,
|
||||||
altNames,
|
altNames: domains,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,16 @@
|
|||||||
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.37.8](https://github.com/certd/certd/compare/v1.37.7...v1.37.8) (2025-11-17)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @certd/plugin-lib
|
||||||
|
|
||||||
|
## [1.37.7](https://github.com/certd/certd/compare/v1.37.6...v1.37.7) (2025-11-12)
|
||||||
|
|
||||||
|
### Performance Improvements
|
||||||
|
|
||||||
|
* 支持腾讯云teo dns解析 ([1d23dd2](https://github.com/certd/certd/commit/1d23dd2426bd1e4c4dfea0a9e561d665e045ba9d))
|
||||||
|
|
||||||
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
||||||
|
|
||||||
**Note:** Version bump only for package @certd/plugin-lib
|
**Note:** Version bump only for package @certd/plugin-lib
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@certd/plugin-lib",
|
"name": "@certd/plugin-lib",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.37.6",
|
"version": "1.37.8",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
@@ -22,8 +22,8 @@
|
|||||||
"@alicloud/pop-core": "^1.7.10",
|
"@alicloud/pop-core": "^1.7.10",
|
||||||
"@alicloud/tea-util": "^1.4.10",
|
"@alicloud/tea-util": "^1.4.10",
|
||||||
"@aws-sdk/client-s3": "^3.787.0",
|
"@aws-sdk/client-s3": "^3.787.0",
|
||||||
"@certd/basic": "^1.37.6",
|
"@certd/basic": "^1.37.8",
|
||||||
"@certd/pipeline": "^1.37.6",
|
"@certd/pipeline": "^1.37.8",
|
||||||
"@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",
|
||||||
@@ -53,5 +53,5 @@
|
|||||||
"tslib": "^2.8.1",
|
"tslib": "^2.8.1",
|
||||||
"typescript": "^5.4.2"
|
"typescript": "^5.4.2"
|
||||||
},
|
},
|
||||||
"gitHead": "9d5daf00152188369bf29e8be5795dbf04737f18"
|
"gitHead": "55d2a1f09b617bc73bd81a65796446c4602ed1b2"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -64,4 +64,8 @@ export class TencentAccess extends BaseAccess {
|
|||||||
intlDomain() {
|
intlDomain() {
|
||||||
return this.isIntl() ? "intl." : "";
|
return this.isIntl() ? "intl." : "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
buildEndpoint(endpoint: string) {
|
||||||
|
return `${this.intlDomain()}${endpoint}`;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,6 +3,19 @@
|
|||||||
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.37.8](https://github.com/certd/certd/compare/v1.37.7...v1.37.8) (2025-11-17)
|
||||||
|
|
||||||
|
### Performance Improvements
|
||||||
|
|
||||||
|
* 支持回车键触发登录 ([eb5c88f](https://github.com/certd/certd/commit/eb5c88fbb2901f1a9669429a7cd8dc76f6806d01))
|
||||||
|
|
||||||
|
## [1.37.7](https://github.com/certd/certd/compare/v1.37.6...v1.37.7) (2025-11-12)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* 修复点击立即触发运行报错的bug ([e1eef01](https://github.com/certd/certd/commit/e1eef013a856d26fe80a05d9ec6e505e2e31e5f9))
|
||||||
|
* 账号绑定页面某些情况下打不开的bug ([44973eb](https://github.com/certd/certd/commit/44973ebd00e89c0fee8f3b91174157757ce0160f))
|
||||||
|
|
||||||
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@certd/ui-client",
|
"name": "@certd/ui-client",
|
||||||
"version": "1.37.6",
|
"version": "1.37.8",
|
||||||
"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.37.6",
|
"@certd/lib-iframe": "^1.37.8",
|
||||||
"@certd/pipeline": "^1.37.6",
|
"@certd/pipeline": "^1.37.8",
|
||||||
"@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",
|
||||||
|
|||||||
@@ -6,7 +6,12 @@
|
|||||||
<div>1. 解析记录应该添加在{{ record.domain }}域名下</div>
|
<div>1. 解析记录应该添加在{{ record.domain }}域名下</div>
|
||||||
<div>2. 要添加的是CNAME类型的记录,不是TXT</div>
|
<div>2. 要添加的是CNAME类型的记录,不是TXT</div>
|
||||||
<div>3. 核对记录值是否是:{{ record.recordValue }}</div>
|
<div>3. 核对记录值是否是:{{ record.recordValue }}</div>
|
||||||
<div>4. 运行下面的命令,查看解析是否正确 <fs-copyable :style="{ color: '#52c41a' }" :model-value="nslookupCmd"></fs-copyable></div>
|
<div>
|
||||||
|
4. 在验证中状态下,运行下面的命令,查看cname和txt解析是否正确
|
||||||
|
<fs-copyable :style="{ color: '#52c41a' }" :model-value="nslookupCmd"></fs-copyable>
|
||||||
|
或者
|
||||||
|
<fs-copyable :style="{ color: '#52c41a' }" :model-value="digCmd"></fs-copyable>
|
||||||
|
</div>
|
||||||
<div>5. 如果以上检查都没有问题,则可能是DNS解析生效时间比较慢,某些提供商延迟可能高达几个小时</div>
|
<div>5. 如果以上检查都没有问题,则可能是DNS解析生效时间比较慢,某些提供商延迟可能高达几个小时</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -23,4 +28,8 @@ const props = defineProps<{
|
|||||||
const nslookupCmd = computed(() => {
|
const nslookupCmd = computed(() => {
|
||||||
return `nslookup -q=txt _acme-challenge.${props.record.domain}`;
|
return `nslookup -q=txt _acme-challenge.${props.record.domain}`;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
const digCmd = computed(() => {
|
||||||
|
return `dig _acme-challenge.${props.record.domain}`;
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -97,6 +97,6 @@ export default {
|
|||||||
already_comm: "已经是商业版了,不能降级为专业版",
|
already_comm: "已经是商业版了,不能降级为专业版",
|
||||||
already_perpetual_plus: "您已经是永久专业版了,无法继续升级",
|
already_perpetual_plus: "您已经是永久专业版了,无法继续升级",
|
||||||
confirm: "确认",
|
confirm: "确认",
|
||||||
not_effective: "没有生效?",
|
not_effective: "VIP没有生效?",
|
||||||
learn_more: "更多特权(加VIP群等)",
|
learn_more: "更多特权(加VIP群等)",
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -117,7 +117,6 @@ onUnmounted(() => {
|
|||||||
:confirm-text="$t('common.refresh')"
|
:confirm-text="$t('common.refresh')"
|
||||||
:fullscreen-button="false"
|
:fullscreen-button="false"
|
||||||
:title="$t('ui.widgets.checkUpdatesTitle')"
|
:title="$t('ui.widgets.checkUpdatesTitle')"
|
||||||
centered
|
|
||||||
content-class="px-8 min-h-10"
|
content-class="px-8 min-h-10"
|
||||||
footer-class="border-none mb-3 mr-3"
|
footer-class="border-none mb-3 mr-3"
|
||||||
header-class="border-none"
|
header-class="border-none"
|
||||||
|
|||||||
@@ -156,7 +156,6 @@ if (enableShortcutKey.value) {
|
|||||||
:confirm-text="$t('common.confirm')"
|
:confirm-text="$t('common.confirm')"
|
||||||
:fullscreen-button="false"
|
:fullscreen-button="false"
|
||||||
:title="$t('common.prompt')"
|
:title="$t('common.prompt')"
|
||||||
centered
|
|
||||||
content-class="px-8 min-h-10"
|
content-class="px-8 min-h-10"
|
||||||
footer-class="border-none mb-3 mr-3"
|
footer-class="border-none mb-3 mr-3"
|
||||||
header-class="border-none"
|
header-class="border-none"
|
||||||
|
|||||||
@@ -20,8 +20,8 @@ defineOptions({
|
|||||||
name: "PipelineDetail",
|
name: "PipelineDetail",
|
||||||
});
|
});
|
||||||
const route = useRoute();
|
const route = useRoute();
|
||||||
const pipelineId: Ref = ref(route.query.id);
|
const pipelineId: Ref = ref(parseInt((route.query.id as string) || "0"));
|
||||||
const historyId = ref(route.query.historyId as string);
|
const historyId: Ref = ref(parseInt((route.query.historyId as string) || "0"));
|
||||||
const pluginStore = usePluginStore();
|
const pluginStore = usePluginStore();
|
||||||
const pipelineOptions: PipelineOptions = {
|
const pipelineOptions: PipelineOptions = {
|
||||||
async getPipelineDetail({ pipelineId }) {
|
async getPipelineDetail({ pipelineId }) {
|
||||||
|
|||||||
@@ -327,11 +327,11 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
pipelineId: {
|
pipelineId: {
|
||||||
type: [Number, String],
|
type: Number,
|
||||||
default: 0,
|
default: 0,
|
||||||
},
|
},
|
||||||
historyId: {
|
historyId: {
|
||||||
type: [Number, String],
|
type: Number,
|
||||||
default: 0,
|
default: 0,
|
||||||
},
|
},
|
||||||
editMode: {
|
editMode: {
|
||||||
@@ -348,6 +348,7 @@ export default defineComponent({
|
|||||||
emits: ["update:modelValue", "update:editMode"],
|
emits: ["update:modelValue", "update:editMode"],
|
||||||
setup(props, ctx) {
|
setup(props, ctx) {
|
||||||
const { t } = useI18n();
|
const { t } = useI18n();
|
||||||
|
//右侧选中的pipeline
|
||||||
const currentPipeline: Ref<any> = ref({});
|
const currentPipeline: Ref<any> = ref({});
|
||||||
const pipeline: Ref<any> = ref({});
|
const pipeline: Ref<any> = ref({});
|
||||||
const pipelineEntity: Ref<any> = ref({});
|
const pipelineEntity: Ref<any> = ref({});
|
||||||
@@ -399,7 +400,7 @@ export default defineComponent({
|
|||||||
currentPipeline.value = currentHistory.value.pipeline;
|
currentPipeline.value = currentHistory.value.pipeline;
|
||||||
};
|
};
|
||||||
|
|
||||||
async function loadHistoryList(reload = false) {
|
async function loadHistoryList(reload = false, historyId: number) {
|
||||||
if (props.editMode) {
|
if (props.editMode) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -416,11 +417,11 @@ export default defineComponent({
|
|||||||
histories.value = historyList;
|
histories.value = historyList;
|
||||||
|
|
||||||
if (historyList.length > 0) {
|
if (historyList.length > 0) {
|
||||||
//@ts-ignore
|
if (historyId > 0) {
|
||||||
if (props.historyId > 0) {
|
//如果传递了history,优先显示历史记录作为当前
|
||||||
const found = historyList.find(item => {
|
const found = histories.value.find(item => {
|
||||||
//字符串==int
|
//字符串==int
|
||||||
return item.id == props.historyId;
|
return item.id == historyId;
|
||||||
});
|
});
|
||||||
if (found) {
|
if (found) {
|
||||||
await changeCurrentHistory(found);
|
await changeCurrentHistory(found);
|
||||||
@@ -428,7 +429,8 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
//@ts-ignore
|
//@ts-ignore
|
||||||
if (historyList[0]?.version === pipeline.value.version) {
|
if (historyList[0]?.version === pipeline.value?.version) {
|
||||||
|
//如果当前的流水线版本与历史记录最后一条一致,则将该记录设置为current
|
||||||
await changeCurrentHistory(historyList[0]);
|
await changeCurrentHistory(historyList[0]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -482,7 +484,7 @@ export default defineComponent({
|
|||||||
if (editMode) {
|
if (editMode) {
|
||||||
changeCurrentHistory();
|
changeCurrentHistory();
|
||||||
} else if (histories.value.length > 0) {
|
} else if (histories.value.length > 0) {
|
||||||
if (histories.value[0].pipeline.version === pipeline.value.version) {
|
if (histories.value[0].pipeline?.version === pipeline.value?.version) {
|
||||||
changeCurrentHistory(histories.value[0]);
|
changeCurrentHistory(histories.value[0]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -508,7 +510,7 @@ export default defineComponent({
|
|||||||
detail.pipeline
|
detail.pipeline
|
||||||
);
|
);
|
||||||
pipeline.value = currentPipeline.value;
|
pipeline.value = currentPipeline.value;
|
||||||
await loadHistoryList(true);
|
await loadHistoryList(true, props.historyId);
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
immediate: true,
|
immediate: true,
|
||||||
@@ -740,7 +742,11 @@ export default defineComponent({
|
|||||||
//@ts-ignore
|
//@ts-ignore
|
||||||
await changeCurrentHistory(null);
|
await changeCurrentHistory(null);
|
||||||
if (histories.value.length > 0) {
|
if (histories.value.length > 0) {
|
||||||
pipeline.value = histories.value[0].pipeline;
|
//看是不是最新的pipeline版本
|
||||||
|
if (pipeline.value?.version !== histories.value[0].pipeline?.version) {
|
||||||
|
const detail: PipelineDetail = await props.options.getPipelineDetail({ pipelineId: pipeline.value.id });
|
||||||
|
pipeline.value = detail.pipeline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
await props.options.doTrigger({ pipelineId: pipeline.value.id, stepId: stepId });
|
await props.options.doTrigger({ pipelineId: pipeline.value.id, stepId: stepId });
|
||||||
|
|||||||
@@ -7,14 +7,14 @@
|
|||||||
<template v-if="formState.loginType === 'password'">
|
<template v-if="formState.loginType === 'password'">
|
||||||
<!-- <div class="login-title">登录</div>-->
|
<!-- <div class="login-title">登录</div>-->
|
||||||
<a-form-item required has-feedback name="username" :rules="rules.username">
|
<a-form-item required has-feedback name="username" :rules="rules.username">
|
||||||
<a-input v-model:value="formState.username" :placeholder="t('authentication.usernamePlaceholder')" autocomplete="off">
|
<a-input v-model:value="formState.username" :placeholder="t('authentication.usernamePlaceholder')" autocomplete="off" @keydown.enter="handleFinish">
|
||||||
<template #prefix>
|
<template #prefix>
|
||||||
<fs-icon icon="ion:phone-portrait-outline"></fs-icon>
|
<fs-icon icon="ion:phone-portrait-outline"></fs-icon>
|
||||||
</template>
|
</template>
|
||||||
</a-input>
|
</a-input>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
<a-form-item has-feedback name="password" :rules="rules.password">
|
<a-form-item has-feedback name="password" :rules="rules.password">
|
||||||
<a-input-password v-model:value="formState.password" :placeholder="t('authentication.passwordPlaceholder')" autocomplete="off">
|
<a-input-password v-model:value="formState.password" :placeholder="t('authentication.passwordPlaceholder')" autocomplete="off" @keyup.enter="handleFinish">
|
||||||
<template #prefix>
|
<template #prefix>
|
||||||
<fs-icon icon="ion:lock-closed-outline"></fs-icon>
|
<fs-icon icon="ion:lock-closed-outline"></fs-icon>
|
||||||
</template>
|
</template>
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
|
|
||||||
<a-form-item v-if="settingStore.sysPublic.captchaEnabled" has-feedback required name="captcha" :rules="rules.captcha">
|
<a-form-item v-if="settingStore.sysPublic.captchaEnabled" has-feedback required name="captcha" :rules="rules.captcha">
|
||||||
<CaptchaInput v-model:model-value="formState.captcha"></CaptchaInput>
|
<CaptchaInput v-model:model-value="formState.captcha" @keydown.enter="handleFinish"></CaptchaInput>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</template>
|
</template>
|
||||||
</a-tab-pane>
|
</a-tab-pane>
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
|
|
||||||
<a-form-item has-feedback name="smsCaptcha">
|
<a-form-item has-feedback name="smsCaptcha">
|
||||||
<CaptchaInput v-model:model-value="formState.smsCaptcha"></CaptchaInput>
|
<CaptchaInput v-model:model-value="formState.smsCaptcha" @keydown.enter="handleFinish"></CaptchaInput>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
|
|
||||||
<a-form-item name="smsCode" :rules="rules.smsCode">
|
<a-form-item name="smsCode" :rules="rules.smsCode">
|
||||||
@@ -169,7 +169,7 @@ export default defineComponent({
|
|||||||
await userStore.loginByTwoFactor(twoFactor);
|
await userStore.loginByTwoFactor(twoFactor);
|
||||||
};
|
};
|
||||||
|
|
||||||
const handleFinish = async (values: any) => {
|
const handleFinish = async () => {
|
||||||
loading.value = true;
|
loading.value = true;
|
||||||
try {
|
try {
|
||||||
// formState.captcha = await doCaptchaValidate();
|
// formState.captcha = await doCaptchaValidate();
|
||||||
|
|||||||
@@ -31,7 +31,8 @@ const iframeSrcRef = computed(() => {
|
|||||||
if (!settingStore.installInfo.accountServerBaseUrl) {
|
if (!settingStore.installInfo.accountServerBaseUrl) {
|
||||||
return "#/app/certd/home";
|
return "#/app/certd/home";
|
||||||
}
|
}
|
||||||
return `${settingStore.installInfo.accountServerBaseUrl}/#/app/certd/home`;
|
const timestamp = Date.now();
|
||||||
|
return `${settingStore.installInfo.accountServerBaseUrl}/#/app/certd/home?t=${timestamp}`;
|
||||||
});
|
});
|
||||||
|
|
||||||
type SubjectInfo = {
|
type SubjectInfo = {
|
||||||
|
|||||||
@@ -3,6 +3,22 @@
|
|||||||
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.37.8](https://github.com/certd/certd/compare/v1.37.7...v1.37.8) (2025-11-17)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **plugins/woai-cdn:** 修正默认接口域名与帮助链接中的路径 ([#576](https://github.com/certd/certd/issues/576)) @LjyLab ([d20046c](https://github.com/certd/certd/commit/d20046c86681ea177ece434423b7c81a76b437fb))
|
||||||
|
|
||||||
|
### Performance Improvements
|
||||||
|
|
||||||
|
* 修复西数解析记录添加失败的bug,支持部署证书到西数虚拟主机 ([1102952](https://github.com/certd/certd/commit/1102952b4703e8c0bbc17b0700c0ed3ef6f866d3))
|
||||||
|
|
||||||
|
## [1.37.7](https://github.com/certd/certd/compare/v1.37.6...v1.37.7) (2025-11-12)
|
||||||
|
|
||||||
|
### Performance Improvements
|
||||||
|
|
||||||
|
* 支持腾讯云teo dns解析 ([1d23dd2](https://github.com/certd/certd/commit/1d23dd2426bd1e4c4dfea0a9e561d665e045ba9d))
|
||||||
|
|
||||||
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
||||||
|
|
||||||
### Performance Improvements
|
### Performance Improvements
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@certd/ui-server",
|
"name": "@certd/ui-server",
|
||||||
"version": "1.37.6",
|
"version": "1.37.8",
|
||||||
"description": "fast-server base midway",
|
"description": "fast-server base midway",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
@@ -45,20 +45,20 @@
|
|||||||
"@aws-sdk/client-cloudfront": "^3.699.0",
|
"@aws-sdk/client-cloudfront": "^3.699.0",
|
||||||
"@aws-sdk/client-iam": "^3.699.0",
|
"@aws-sdk/client-iam": "^3.699.0",
|
||||||
"@aws-sdk/client-s3": "^3.705.0",
|
"@aws-sdk/client-s3": "^3.705.0",
|
||||||
"@certd/acme-client": "^1.37.6",
|
"@certd/acme-client": "^1.37.8",
|
||||||
"@certd/basic": "^1.37.6",
|
"@certd/basic": "^1.37.8",
|
||||||
"@certd/commercial-core": "^1.37.6",
|
"@certd/commercial-core": "^1.37.8",
|
||||||
"@certd/cv4pve-api-javascript": "^8.4.2",
|
"@certd/cv4pve-api-javascript": "^8.4.2",
|
||||||
"@certd/jdcloud": "^1.37.6",
|
"@certd/jdcloud": "^1.37.8",
|
||||||
"@certd/lib-huawei": "^1.37.6",
|
"@certd/lib-huawei": "^1.37.8",
|
||||||
"@certd/lib-k8s": "^1.37.6",
|
"@certd/lib-k8s": "^1.37.8",
|
||||||
"@certd/lib-server": "^1.37.6",
|
"@certd/lib-server": "^1.37.8",
|
||||||
"@certd/midway-flyway-js": "^1.37.6",
|
"@certd/midway-flyway-js": "^1.37.8",
|
||||||
"@certd/pipeline": "^1.37.6",
|
"@certd/pipeline": "^1.37.8",
|
||||||
"@certd/plugin-cert": "^1.37.6",
|
"@certd/plugin-cert": "^1.37.8",
|
||||||
"@certd/plugin-lib": "^1.37.6",
|
"@certd/plugin-lib": "^1.37.8",
|
||||||
"@certd/plugin-plus": "^1.37.6",
|
"@certd/plugin-plus": "^1.37.8",
|
||||||
"@certd/plus-core": "^1.37.6",
|
"@certd/plus-core": "^1.37.8",
|
||||||
"@huaweicloud/huaweicloud-sdk-cdn": "^3.1.120",
|
"@huaweicloud/huaweicloud-sdk-cdn": "^3.1.120",
|
||||||
"@huaweicloud/huaweicloud-sdk-core": "^3.1.120",
|
"@huaweicloud/huaweicloud-sdk-core": "^3.1.120",
|
||||||
"@koa/cors": "^5.0.0",
|
"@koa/cors": "^5.0.0",
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ import { CnameRecordEntity, CnameRecordStatusType } from "../entity/cname-record
|
|||||||
import { createDnsProvider, IDnsProvider } from "@certd/plugin-cert";
|
import { createDnsProvider, IDnsProvider } from "@certd/plugin-cert";
|
||||||
import { CnameProvider, CnameRecord } from "@certd/pipeline";
|
import { CnameProvider, CnameRecord } from "@certd/pipeline";
|
||||||
import { cache, http, isDev, logger, utils } from "@certd/basic";
|
import { cache, http, isDev, logger, utils } from "@certd/basic";
|
||||||
import { getAuthoritativeDnsResolver, walkTxtRecord } from "@certd/acme-client";
|
import { getAuthoritativeDnsResolver, createChallengeFn } from "@certd/acme-client";
|
||||||
import { CnameProviderService } from "./cname-provider-service.js";
|
import { CnameProviderService } from "./cname-provider-service.js";
|
||||||
import { CnameProviderEntity } from "../entity/cname-provider.js";
|
import { CnameProviderEntity } from "../entity/cname-provider.js";
|
||||||
import { CommonDnsProvider } from "./common-provider.js";
|
import { CommonDnsProvider } from "./common-provider.js";
|
||||||
@@ -241,6 +241,8 @@ export class CnameRecordService extends BaseService<CnameRecordEntity> {
|
|||||||
* @param id
|
* @param id
|
||||||
*/
|
*/
|
||||||
async verify(id: number) {
|
async verify(id: number) {
|
||||||
|
|
||||||
|
const {walkTxtRecord} = createChallengeFn({logger});
|
||||||
const bean = await this.info(id);
|
const bean = await this.info(id);
|
||||||
if (!bean) {
|
if (!bean) {
|
||||||
throw new ValidateException(`CnameRecord:${id} 不存在`);
|
throw new ValidateException(`CnameRecord:${id} 不存在`);
|
||||||
@@ -416,6 +418,7 @@ export class CnameRecordService extends BaseService<CnameRecordEntity> {
|
|||||||
|
|
||||||
async checkRepeatAcmeChallengeRecords(acmeRecordDomain: string, targetCnameDomain: string) {
|
async checkRepeatAcmeChallengeRecords(acmeRecordDomain: string, targetCnameDomain: string) {
|
||||||
|
|
||||||
|
|
||||||
let dnsResolver = null;
|
let dnsResolver = null;
|
||||||
try {
|
try {
|
||||||
dnsResolver = await getAuthoritativeDnsResolver(acmeRecordDomain);
|
dnsResolver = await getAuthoritativeDnsResolver(acmeRecordDomain);
|
||||||
@@ -460,6 +463,9 @@ export class CnameRecordService extends BaseService<CnameRecordEntity> {
|
|||||||
//如果权威服务器中查不到txt,无需继续检查
|
//如果权威服务器中查不到txt,无需继续检查
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const {walkTxtRecord} = createChallengeFn({logger});
|
||||||
|
|
||||||
if (cnameRecords.length > 0) {
|
if (cnameRecords.length > 0) {
|
||||||
// 从cname记录中获取txt记录
|
// 从cname记录中获取txt记录
|
||||||
// 对比是否存在,如果不存在于cname中获取的txt中,说明本体有创建多余的txt记录
|
// 对比是否存在,如果不存在于cname中获取的txt中,说明本体有创建多余的txt记录
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
import './dnspod-dns-provider.js';
|
import './dnspod-dns-provider.js';
|
||||||
import './tencent-dns-provider.js';
|
import './tencent-dns-provider.js';
|
||||||
|
import './teo-dns-provider.js';
|
||||||
|
|||||||
@@ -0,0 +1,145 @@
|
|||||||
|
import { AbstractDnsProvider, CreateRecordOptions, IsDnsProvider, RemoveRecordOptions } from '@certd/plugin-cert';
|
||||||
|
import { TencentAccess } from '@certd/plugin-lib';
|
||||||
|
|
||||||
|
@IsDnsProvider({
|
||||||
|
name: 'tencent-eo',
|
||||||
|
title: '腾讯云EO DNS',
|
||||||
|
desc: '腾讯云EO DNS解析提供者',
|
||||||
|
accessType: 'tencent',
|
||||||
|
icon: 'svg:icon-tencentcloud',
|
||||||
|
})
|
||||||
|
export class TencentEoDnsProvider extends AbstractDnsProvider {
|
||||||
|
access!: TencentAccess;
|
||||||
|
|
||||||
|
client!: any;
|
||||||
|
|
||||||
|
|
||||||
|
async onInstance() {
|
||||||
|
this.access = this.ctx.access as TencentAccess
|
||||||
|
const clientConfig = {
|
||||||
|
credential: this.access,
|
||||||
|
region: '',
|
||||||
|
profile: {
|
||||||
|
httpProfile: {
|
||||||
|
endpoint: this.access.buildEndpoint("teo.tencentcloudapi.com"),
|
||||||
|
},
|
||||||
|
},
|
||||||
|
};
|
||||||
|
const teosdk = await import('tencentcloud-sdk-nodejs/tencentcloud/services/teo/v20220901/index.js');
|
||||||
|
const TeoClient = teosdk.v20220901.Client;
|
||||||
|
// 实例化要请求产品的client对象,clientProfile是可选的
|
||||||
|
this.client = new TeoClient(clientConfig);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
async getZoneId(domain: string) {
|
||||||
|
|
||||||
|
const params = {
|
||||||
|
"Filters": [
|
||||||
|
{
|
||||||
|
"Name": "zone-name",
|
||||||
|
"Values": [
|
||||||
|
domain
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
};
|
||||||
|
const res = await this.client.DescribeZones(params);
|
||||||
|
if (res.Zones && res.Zones.length > 0) {
|
||||||
|
return res.Zones[0].ZoneId;
|
||||||
|
}
|
||||||
|
throw new Error('未找到对应的ZoneId');
|
||||||
|
}
|
||||||
|
|
||||||
|
async createRecord(options: CreateRecordOptions): Promise<any> {
|
||||||
|
const { fullRecord, value, type, domain } = options;
|
||||||
|
this.logger.info('添加域名解析:', fullRecord, value);
|
||||||
|
|
||||||
|
const zoneId = await this.getZoneId(domain);
|
||||||
|
const params = {
|
||||||
|
"ZoneId": zoneId,
|
||||||
|
"Name": fullRecord,
|
||||||
|
"Type": type,
|
||||||
|
"Content": value,
|
||||||
|
"TTL": 60,
|
||||||
|
};
|
||||||
|
|
||||||
|
try {
|
||||||
|
const ret = await this.client.CreateDnsRecord(params);
|
||||||
|
this.logger.info('添加域名解析成功:', fullRecord, value, JSON.stringify(ret));
|
||||||
|
/*
|
||||||
|
{
|
||||||
|
"RecordId": 162,
|
||||||
|
"RequestId": "ab4f1426-ea15-42ea-8183-dc1b44151166"
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
return {
|
||||||
|
RecordId: ret.RecordId,
|
||||||
|
ZoneId: zoneId,
|
||||||
|
};
|
||||||
|
} catch (e: any) {
|
||||||
|
if (e?.code === 'ResourceInUse.DuplicateName') {
|
||||||
|
this.logger.info('域名解析已存在,无需重复添加:', fullRecord, value);
|
||||||
|
return await this.findRecord({
|
||||||
|
...options,
|
||||||
|
zoneId,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
throw e;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
async findRecord(options: CreateRecordOptions & { zoneId: string }): Promise<any> {
|
||||||
|
|
||||||
|
const { zoneId } = options;
|
||||||
|
const params = {
|
||||||
|
"ZoneId": zoneId,
|
||||||
|
"Filters": [
|
||||||
|
{
|
||||||
|
"Name": "name",
|
||||||
|
"Values": [
|
||||||
|
options.fullRecord
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "content",
|
||||||
|
"Values": [
|
||||||
|
options.value
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "type",
|
||||||
|
"Values": [
|
||||||
|
options.type
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
};
|
||||||
|
const ret = await this.client.DescribeRecordFilterList(params);
|
||||||
|
if (ret.DnsRecords && ret.DnsRecords.length > 0) {
|
||||||
|
this.logger.info('已存在解析记录:', ret.DnsRecords);
|
||||||
|
return ret.DnsRecords[0];
|
||||||
|
}
|
||||||
|
return {};
|
||||||
|
}
|
||||||
|
|
||||||
|
async removeRecord(options: RemoveRecordOptions<any>) {
|
||||||
|
const { fullRecord, value } = options.recordReq;
|
||||||
|
const record = options.recordRes;
|
||||||
|
if (!record) {
|
||||||
|
this.logger.info('解析记录recordId为空,不执行删除', fullRecord, value);
|
||||||
|
}
|
||||||
|
|
||||||
|
const params = {
|
||||||
|
"ZoneId": record.ZoneId,
|
||||||
|
"RecordIds": [
|
||||||
|
record.RecordId
|
||||||
|
]
|
||||||
|
};
|
||||||
|
|
||||||
|
const ret = await this.client.DeleteDnsRecords(params);
|
||||||
|
this.logger.info('删除域名解析成功:', fullRecord, value);
|
||||||
|
return ret;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
new TencentEoDnsProvider();
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
|
import { HttpRequestConfig } from '@certd/basic';
|
||||||
import { IsAccess, AccessInput, BaseAccess } from '@certd/pipeline';
|
import { IsAccess, AccessInput, BaseAccess } from '@certd/pipeline';
|
||||||
|
import qs from 'qs';
|
||||||
/**
|
/**
|
||||||
* 这个注解将注册一个授权配置
|
* 这个注解将注册一个授权配置
|
||||||
* 在certd的后台管理系统中,用户可以选择添加此类型的授权
|
* 在certd的后台管理系统中,用户可以选择添加此类型的授权
|
||||||
@@ -55,7 +56,7 @@ export class WestAccess extends BaseAccess {
|
|||||||
component: {
|
component: {
|
||||||
placeholder: '账户级别的key,对整个账户都有管理权限',
|
placeholder: '账户级别的key,对整个账户都有管理权限',
|
||||||
},
|
},
|
||||||
helper: '账户级别的key,对整个账户都有管理权限\n前往https://www.west.cn/manager/API/APIconfig.asp,手动设置“api连接密码”',
|
helper: '账户级别的key,对整个账户都有管理权限\n前往[API接口配置](https://www.west.cn/manager/API/APIconfig.asp),手动设置“api连接密码”',
|
||||||
encrypt: true,
|
encrypt: true,
|
||||||
required: false,
|
required: false,
|
||||||
mergeScript: `
|
mergeScript: `
|
||||||
@@ -88,6 +89,100 @@ export class WestAccess extends BaseAccess {
|
|||||||
`,
|
`,
|
||||||
})
|
})
|
||||||
apidomainkey = '';
|
apidomainkey = '';
|
||||||
|
|
||||||
|
|
||||||
|
@AccessInput({
|
||||||
|
title: "测试",
|
||||||
|
component: {
|
||||||
|
name: "api-test",
|
||||||
|
action: "TestRequest"
|
||||||
|
},
|
||||||
|
helper: "点击测试接口是否正常"
|
||||||
|
})
|
||||||
|
testRequest = true;
|
||||||
|
|
||||||
|
async onTestRequest() {
|
||||||
|
await this.getDomainList();
|
||||||
|
return "ok";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
async getDomainList() {
|
||||||
|
const res = await this.doRequest({
|
||||||
|
url: '/v2/domain',
|
||||||
|
method: 'GET',
|
||||||
|
data:{
|
||||||
|
act:'getdomains',
|
||||||
|
limit:1,
|
||||||
|
page:1
|
||||||
|
}
|
||||||
|
});
|
||||||
|
return res;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
public async doRequest(req: HttpRequestConfig) {
|
||||||
|
let { url, method, data } = req;
|
||||||
|
if (data == null) {
|
||||||
|
data = {};
|
||||||
|
}
|
||||||
|
if (!method) {
|
||||||
|
method = 'POST';
|
||||||
|
}
|
||||||
|
|
||||||
|
if (this.scope === 'account') {
|
||||||
|
/**
|
||||||
|
* token text 身份验证字符串,取值为:md5(username+api_password+timestamp),其中:
|
||||||
|
username:您在我司注册的用户名。
|
||||||
|
api_password:您设置的API密码。您可登录官网管理中心,在“代理商管理”-<API接口配置>""页面查看您的api密码。
|
||||||
|
timestamp:当前时间的毫秒时间戳。
|
||||||
|
将字符串username与字符串api_password连接,再与timestamp连接,然后将生成的字符串进行md5求值,md5算法要求为:
|
||||||
|
32位16进制字符串,小写格式。
|
||||||
|
身份验证串有效期10分钟。
|
||||||
|
|
||||||
|
比如,您的用户名为:zhangsan,您的API密码为:5dh232kfg!* ,当前毫秒时间戳为:1554691950854,则:
|
||||||
|
token=md5(zhangsan + 5dh232kfg!* + 1554691950854)=cfcd208495d565ef66e7dff9f98764da
|
||||||
|
*/
|
||||||
|
// data.apikey = this.ctx.utils.hash.md5(this.apikey);
|
||||||
|
data.username = this.username;
|
||||||
|
const timestamp = new Date().getTime();
|
||||||
|
const token = this.ctx.utils.hash.md5(`${this.username}${this.apikey}${timestamp}`).toLowerCase();
|
||||||
|
data.token = token;
|
||||||
|
data.time = timestamp;
|
||||||
|
} else {
|
||||||
|
data.apidomainkey = this.apidomainkey;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
const headers = {}
|
||||||
|
const body: any = {}
|
||||||
|
if (method.toUpperCase() === 'POST') {
|
||||||
|
headers['Content-Type'] = 'application/x-www-form-urlencoded';
|
||||||
|
body.data = data
|
||||||
|
} else if (method.toUpperCase() === 'GET') {
|
||||||
|
let queryString = '';
|
||||||
|
if (method.toUpperCase() === 'GET') {
|
||||||
|
queryString = qs.stringify(data);
|
||||||
|
}
|
||||||
|
url = `${url}?${queryString}`
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
const res = await this.ctx.http.request<any, any>({
|
||||||
|
baseURL: 'https://api.west.cn/api',
|
||||||
|
url,
|
||||||
|
method,
|
||||||
|
...body,
|
||||||
|
headers,
|
||||||
|
});
|
||||||
|
this.ctx.logger.info(`request ${url} ${method} res:${JSON.stringify(res)}`);
|
||||||
|
if (res.msg !== 'success' && res.result!= 200) {
|
||||||
|
throw new Error(`${JSON.stringify(res.msg)}`);
|
||||||
|
}
|
||||||
|
return res;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
new WestAccess();
|
new WestAccess();
|
||||||
|
|||||||
@@ -4,10 +4,10 @@ import { WestAccess } from './access.js';
|
|||||||
|
|
||||||
type westRecord = {
|
type westRecord = {
|
||||||
// 这里定义Record记录的数据结构,跟对应云平台接口返回值一样即可,一般是拿到id就行,用于删除txt解析记录,清理申请痕迹
|
// 这里定义Record记录的数据结构,跟对应云平台接口返回值一样即可,一般是拿到id就行,用于删除txt解析记录,清理申请痕迹
|
||||||
code: number;
|
result: number;
|
||||||
msg: string;
|
msg: string;
|
||||||
body: {
|
data: {
|
||||||
record_id: number;
|
id: number;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -31,27 +31,6 @@ export class WestDnsProvider extends AbstractDnsProvider<westRecord> {
|
|||||||
//...
|
//...
|
||||||
}
|
}
|
||||||
|
|
||||||
private async doRequestApi(url: string, data: any = null, method = 'post') {
|
|
||||||
if (this.access.scope === 'account') {
|
|
||||||
data.apikey = this.ctx.utils.hash.md5(this.access.apikey);
|
|
||||||
data.username = this.access.username;
|
|
||||||
} else {
|
|
||||||
data.apidomainkey = this.access.apidomainkey;
|
|
||||||
}
|
|
||||||
const res = await this.ctx.http.request<any, any>({
|
|
||||||
url,
|
|
||||||
method,
|
|
||||||
data,
|
|
||||||
headers: {
|
|
||||||
'Content-Type': 'application/x-www-form-urlencoded',
|
|
||||||
},
|
|
||||||
});
|
|
||||||
if (res.msg !== 'success') {
|
|
||||||
throw new Error(`${JSON.stringify(res.msg)}`);
|
|
||||||
}
|
|
||||||
return res;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 创建dns解析记录,用于验证域名所有权
|
* 创建dns解析记录,用于验证域名所有权
|
||||||
*/
|
*/
|
||||||
@@ -63,22 +42,26 @@ export class WestDnsProvider extends AbstractDnsProvider<westRecord> {
|
|||||||
* type: 'TXT',
|
* type: 'TXT',
|
||||||
* domain: 'example.com'
|
* domain: 'example.com'
|
||||||
*/
|
*/
|
||||||
const { fullRecord, value, type, domain } = options;
|
const { fullRecord, value, type, domain,hostRecord } = options;
|
||||||
this.logger.info('添加域名解析:', fullRecord, value, type, domain);
|
this.logger.info('添加域名解析:', fullRecord, value, type, domain);
|
||||||
|
|
||||||
// 准备要发送到API的请求体
|
// 准备要发送到API的请求体
|
||||||
const requestBody = {
|
const requestBody = {
|
||||||
act: 'dnsrec.add', // API动作类型
|
act: 'adddnsrecord', // API动作类型
|
||||||
domain: domain, // 域名
|
domain: domain, // 域名
|
||||||
record_type: 'TXT', // DNS记录类型
|
type: 'TXT', // DNS记录类型
|
||||||
hostname: fullRecord, // 完整的记录名
|
host: hostRecord, // 完整的记录名
|
||||||
record_value: value, // 记录的值
|
value: value, // 记录的值
|
||||||
record_line: '', // 记录线路
|
line: '', // 记录线路
|
||||||
record_ttl: 60, // TTL (生存时间),设置为60秒
|
ttl: 60, // TTL (生存时间),设置为60秒
|
||||||
};
|
};
|
||||||
|
|
||||||
const url = 'https://api.west.cn/API/v2/domain/dns/';
|
const url = '/v2/domain/';
|
||||||
const res = await this.doRequestApi(url, requestBody);
|
const res = await this.access.doRequest({
|
||||||
|
url,
|
||||||
|
method:'POST',
|
||||||
|
data: requestBody,
|
||||||
|
});
|
||||||
const record = res as westRecord;
|
const record = res as westRecord;
|
||||||
this.logger.info(`添加域名解析成功:fullRecord=${fullRecord},value=${value}`);
|
this.logger.info(`添加域名解析成功:fullRecord=${fullRecord},value=${value}`);
|
||||||
this.logger.info(`dns解析记录:${JSON.stringify(record)}`);
|
this.logger.info(`dns解析记录:${JSON.stringify(record)}`);
|
||||||
@@ -90,6 +73,7 @@ export class WestDnsProvider extends AbstractDnsProvider<westRecord> {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 删除dns解析记录,清理申请痕迹
|
* 删除dns解析记录,清理申请痕迹
|
||||||
|
* https://console-docs.apipost.cn/preview/ab2c3103b22855ba/fac91d1e43fafb69?target_id=c4564349-6687-413d-a3d4-b0e8db5b34b2
|
||||||
* @param options
|
* @param options
|
||||||
*/
|
*/
|
||||||
async removeRecord(options: RemoveRecordOptions<westRecord>): Promise<void> {
|
async removeRecord(options: RemoveRecordOptions<westRecord>): Promise<void> {
|
||||||
@@ -104,16 +88,17 @@ export class WestDnsProvider extends AbstractDnsProvider<westRecord> {
|
|||||||
|
|
||||||
// 准备要发送到API的请求体
|
// 准备要发送到API的请求体
|
||||||
const requestBody = {
|
const requestBody = {
|
||||||
act: 'dnsrec.remove', // API动作类型
|
act: 'deldnsrecord', // API动作类型
|
||||||
domain: domain, // 域名
|
domain: domain, // 域名
|
||||||
record_id: record.body.record_id,
|
id: record.data?.id,
|
||||||
hostname: fullRecord, // 完整的记录名
|
|
||||||
record_type: 'TXT', // DNS记录类型
|
|
||||||
record_line: '', // 记录线路
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const url = 'https://api.west.cn/API/v2/domain/dns/';
|
const url = '/v2/domain/';
|
||||||
const res = await this.doRequestApi(url, requestBody);
|
const res = await this.access.doRequest({
|
||||||
|
url,
|
||||||
|
method:'POST',
|
||||||
|
data: requestBody,
|
||||||
|
});
|
||||||
const result = res.result;
|
const result = res.result;
|
||||||
this.logger.info('删除域名解析成功:', fullRecord, value, JSON.stringify(result));
|
this.logger.info('删除域名解析成功:', fullRecord, value, JSON.stringify(result));
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
export * from './dns-provider.js';
|
export * from './dns-provider.js';
|
||||||
export * from './access.js';
|
export * from './access.js';
|
||||||
|
export * from './plugins/deploy-to-vhost.js';
|
||||||
@@ -0,0 +1,227 @@
|
|||||||
|
import {
|
||||||
|
AbstractTaskPlugin,
|
||||||
|
IsTaskPlugin,
|
||||||
|
PageSearch,
|
||||||
|
pluginGroups,
|
||||||
|
RunStrategy,
|
||||||
|
TaskInput
|
||||||
|
} from "@certd/pipeline";
|
||||||
|
import { CertApplyPluginNames, CertInfo } from "@certd/plugin-cert";
|
||||||
|
import { createCertDomainGetterInputDefine, createRemoteSelectInputDefine } from "@certd/plugin-lib";
|
||||||
|
import { WestAccess } from "../access.js";
|
||||||
|
|
||||||
|
@IsTaskPlugin({
|
||||||
|
//命名规范,插件类型+功能(就是目录plugin-demo中的demo),大写字母开头,驼峰命名
|
||||||
|
name: "WestDeployToVhost",
|
||||||
|
title: "西数-部署到虚拟主机",
|
||||||
|
desc: "西部数码部署证书到虚拟主机",
|
||||||
|
icon: "svg:icon-lucky",
|
||||||
|
//插件分组
|
||||||
|
group: pluginGroups.cdn.key,
|
||||||
|
needPlus: false,
|
||||||
|
default: {
|
||||||
|
//默认值配置照抄即可
|
||||||
|
strategy: {
|
||||||
|
runStrategy: RunStrategy.SkipWhenSucceed
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})
|
||||||
|
//类名规范,跟上面插件名称(name)一致
|
||||||
|
export class WestDeployToVhost extends AbstractTaskPlugin {
|
||||||
|
//证书选择,此项必须要有
|
||||||
|
@TaskInput({
|
||||||
|
title: "域名证书",
|
||||||
|
helper: "请选择前置任务输出的域名证书",
|
||||||
|
component: {
|
||||||
|
name: "output-selector",
|
||||||
|
from: [...CertApplyPluginNames]
|
||||||
|
}
|
||||||
|
// required: true, // 必填
|
||||||
|
})
|
||||||
|
cert!: CertInfo;
|
||||||
|
|
||||||
|
@TaskInput(createCertDomainGetterInputDefine({ props: { required: false } }))
|
||||||
|
certDomains!: string[];
|
||||||
|
|
||||||
|
|
||||||
|
//授权选择框
|
||||||
|
@TaskInput({
|
||||||
|
title: "西数授权",
|
||||||
|
component: {
|
||||||
|
name: "access-selector",
|
||||||
|
type: "west" //固定授权类型
|
||||||
|
},
|
||||||
|
required: true //必填
|
||||||
|
})
|
||||||
|
accessId!: string;
|
||||||
|
//
|
||||||
|
|
||||||
|
|
||||||
|
@TaskInput(
|
||||||
|
createRemoteSelectInputDefine({
|
||||||
|
title: "虚拟主机列表",
|
||||||
|
helper: "虚拟主机列表",
|
||||||
|
action: WestDeployToVhost.prototype.onGetVhostList.name,
|
||||||
|
pager: false,
|
||||||
|
search: false
|
||||||
|
})
|
||||||
|
)
|
||||||
|
vhostList!: string[];
|
||||||
|
|
||||||
|
// @TaskInput(
|
||||||
|
// createRemoteSelectInputDefine({
|
||||||
|
// title: "证书Id",
|
||||||
|
// helper: "要部署的西数证书id",
|
||||||
|
// action: WestDeployToVhost.prototype.onGetCertList.name,
|
||||||
|
// pager: false,
|
||||||
|
// search: false
|
||||||
|
// })
|
||||||
|
// )
|
||||||
|
// certList!: string[];
|
||||||
|
|
||||||
|
//插件实例化时执行的方法
|
||||||
|
async onInstance() {
|
||||||
|
}
|
||||||
|
|
||||||
|
//插件执行方法
|
||||||
|
async execute(): Promise<void> {
|
||||||
|
const access = await this.getAccess<WestAccess>(this.accessId);
|
||||||
|
|
||||||
|
for (const item of this.vhostList) {
|
||||||
|
this.logger.info(`----------- 开始更新证书到虚拟主机:${item}`);
|
||||||
|
const arr = item.split("_");
|
||||||
|
const sitename = arr[1];
|
||||||
|
await this.uploadCert({access,sitename});
|
||||||
|
await this.ctx.utils.sleep(2000);
|
||||||
|
const res = await this.getVhostSslInfo({access,sitename});
|
||||||
|
this.logger.info(`----------- 虚拟主机${sitename}证书信息:${JSON.stringify(res)}`);
|
||||||
|
this.logger.info(`----------- 更新证书${item}成功`);
|
||||||
|
}
|
||||||
|
|
||||||
|
this.logger.info("部署完成");
|
||||||
|
}
|
||||||
|
|
||||||
|
// async onGetCertList(data: PageSearch = {}) {
|
||||||
|
// const access = await this.getAccess<WestAccess>(this.accessId);
|
||||||
|
|
||||||
|
// const list = await access.getCertList({});
|
||||||
|
// if (!list || list.length === 0) {
|
||||||
|
// throw new Error("没有找到证书,请先在控制台上传一次证书且关联域名");
|
||||||
|
// }
|
||||||
|
|
||||||
|
// /**
|
||||||
|
// * certificate-id
|
||||||
|
// * name
|
||||||
|
// * dns-names
|
||||||
|
// */
|
||||||
|
// const options = list.map((item: any) => {
|
||||||
|
// const domains = item["dns-names"]
|
||||||
|
// const certId = item["certificate-id"];
|
||||||
|
// return {
|
||||||
|
// label: `${item.name}<${certId}-${domains[0]}>`,
|
||||||
|
// value: certId,
|
||||||
|
// domain: item["dns-names"]
|
||||||
|
// };
|
||||||
|
// });
|
||||||
|
// return {
|
||||||
|
// list: this.ctx.utils.options.buildGroupOptions(options, this.certDomains),
|
||||||
|
// total: list.length,
|
||||||
|
// pageNo: 1,
|
||||||
|
// pageSize: list.length
|
||||||
|
// };
|
||||||
|
// }
|
||||||
|
|
||||||
|
async uploadCert(req:{access:any,sitename:string}){
|
||||||
|
const {access,sitename} = req;
|
||||||
|
const data = {
|
||||||
|
/**
|
||||||
|
* act
|
||||||
|
vhostssl
|
||||||
|
是
|
||||||
|
String
|
||||||
|
sitename
|
||||||
|
westly
|
||||||
|
是
|
||||||
|
String
|
||||||
|
cmd
|
||||||
|
import
|
||||||
|
是
|
||||||
|
String
|
||||||
|
openssl/closessl 部署/关闭
|
||||||
|
keycontent
|
||||||
|
是
|
||||||
|
String
|
||||||
|
私匙
|
||||||
|
certcontent
|
||||||
|
*/
|
||||||
|
act:"vhostssl",
|
||||||
|
sitename:sitename,
|
||||||
|
westly:"1",
|
||||||
|
cmd:"import",
|
||||||
|
opensslclosessl:"openssl",
|
||||||
|
keycontent:this.cert.key,
|
||||||
|
certcontent:this.cert.crt,
|
||||||
|
}
|
||||||
|
|
||||||
|
const res = await access.doRequest({
|
||||||
|
url: `/v2/vhost/`,
|
||||||
|
method:"POST",
|
||||||
|
data:data
|
||||||
|
});
|
||||||
|
return res;
|
||||||
|
}
|
||||||
|
|
||||||
|
async getVhostSslInfo(req:{access:any,sitename:string}){
|
||||||
|
const {access,sitename} = req;
|
||||||
|
const data = {
|
||||||
|
act:"vhostssl",
|
||||||
|
sitename:sitename,
|
||||||
|
cmd:"info",
|
||||||
|
}
|
||||||
|
const res = await access.doRequest({
|
||||||
|
url: `/v2/vhost/`,
|
||||||
|
method:"POST",
|
||||||
|
data:data
|
||||||
|
});
|
||||||
|
return res;
|
||||||
|
}
|
||||||
|
|
||||||
|
async onGetVhostList(data: PageSearch = {}) {
|
||||||
|
const access = await this.getAccess<WestAccess>(this.accessId);
|
||||||
|
|
||||||
|
const res = await access.doRequest({
|
||||||
|
url: `/v2/vhost/`,
|
||||||
|
method:"POST",
|
||||||
|
data:{
|
||||||
|
act:"sync",
|
||||||
|
westid: 1,
|
||||||
|
}
|
||||||
|
});
|
||||||
|
const list = res.data
|
||||||
|
if (!list || list.length === 0) {
|
||||||
|
throw new Error("没有找到虚拟主机");
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* certificate-id
|
||||||
|
* name
|
||||||
|
* dns-names
|
||||||
|
*/
|
||||||
|
const options = list.map((item: any) => {
|
||||||
|
return {
|
||||||
|
label: `${item.sitename}<${item.westid}-${item.bindings}>`,
|
||||||
|
value: `${item.westid}_${item.sitename}`,
|
||||||
|
domain: item.bindings.split(",")
|
||||||
|
};
|
||||||
|
});
|
||||||
|
return {
|
||||||
|
list: this.ctx.utils.options.buildGroupOptions(options, this.certDomains),
|
||||||
|
total: list.length,
|
||||||
|
pageNo: 1,
|
||||||
|
pageSize: list.length
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//实例化一下,注册插件
|
||||||
|
new WestDeployToVhost();
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
import { AbstractTaskPlugin, IsTaskPlugin, pluginGroups, RunStrategy, TaskInput } from '@certd/pipeline';
|
import { AbstractTaskPlugin, IsTaskPlugin, pluginGroups, RunStrategy, TaskInput } from '@certd/pipeline';
|
||||||
import { CertInfo } from '@certd/plugin-cert';
|
import { CertApplyPluginNames, CertInfo } from "@certd/plugin-cert";
|
||||||
import { WoaiAccess } from '../access.js';
|
import { WoaiAccess } from '../access.js';
|
||||||
import { CertApplyPluginNames} from '@certd/plugin-cert';
|
|
||||||
@IsTaskPlugin({
|
@IsTaskPlugin({
|
||||||
name: 'WoaiCDN',
|
name: 'WoaiCDN',
|
||||||
title: '我爱云-部署证书到我爱云CDN',
|
title: '我爱云-部署证书到我爱云CDN',
|
||||||
@@ -17,7 +17,7 @@ import { CertApplyPluginNames} from '@certd/plugin-cert';
|
|||||||
export class WoaiCdnPlugin extends AbstractTaskPlugin {
|
export class WoaiCdnPlugin extends AbstractTaskPlugin {
|
||||||
@TaskInput({
|
@TaskInput({
|
||||||
title: '接口地址(可留空)',
|
title: '接口地址(可留空)',
|
||||||
helper: '请填写我爱云的地址, 默认为 [API](https://console.edge.ttzi.cn) 末尾请不要携带`/`',
|
helper: '请填写我爱云的地址, 默认为 [API](https://console.edeg.ttzi.cn) 末尾请不要携带`/`',
|
||||||
component: { name: 'a-input' },
|
component: { name: 'a-input' },
|
||||||
required: false,
|
required: false,
|
||||||
})
|
})
|
||||||
@@ -73,9 +73,9 @@ export class WoaiCdnPlugin extends AbstractTaskPlugin {
|
|||||||
const { baseApi, certId, cert, accessId } = this;
|
const { baseApi, certId, cert, accessId } = this;
|
||||||
const access = (await this.getAccess(accessId)) as WoaiAccess;
|
const access = (await this.getAccess(accessId)) as WoaiAccess;
|
||||||
// 使用默认值或用户输入的值
|
// 使用默认值或用户输入的值
|
||||||
const apiBase = baseApi || 'https://console.edge.ttzi.cn';
|
const apiBase = baseApi || 'https://console.edeg.ttzi.cn';
|
||||||
// 登录获取token
|
// 登录获取token
|
||||||
const loginResponse = await this.doRequestApi(`${apiBase}/login`, {
|
const loginResponse = await this.doRequestApi(`${apiBase}/account/login`, {
|
||||||
username: access.username,
|
username: access.username,
|
||||||
password: access.password,
|
password: access.password,
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
05:07
|
01:16
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
05:19
|
01:31
|
||||||
|
|||||||
Reference in New Issue
Block a user