mirror of
https://github.com/certd/certd.git
synced 2026-05-16 21:27:34 +08:00
chore: 1
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|-----|-----|-----|
|
|-----|-----|-----|
|
||||||
| 1.| **证书申请(JS版)** | 免费通配符域名证书申请,支持多个域名打到同一个证书上 |
|
| 1.| **证书申请(JS版)** | 免费通配符域名证书申请,支持多个域名打到同一个证书上 |
|
||||||
| 2.| **已有证书托管** | 手动上传自定义证书后,自动部署(每次证书有更新,都需要手动上传一次) |
|
| 2.| **已有证书托管** | 手动上传自定义证书后,自动部署(每次证书有更新,都需要手动上传一次) |
|
||||||
| 3.| **获取阿里云订阅证书** | 从阿里云拉取订阅模式的商用证书 |
|
| 3.| **获取阿里云订阅证书** | 从阿里云拉取订阅模式的商用证书(支持 API 1.0 和 2.0) |
|
||||||
| 4.| **证书申请(Lego)** | 支持海量DNS解析提供商,推荐使用,一样的免费通配符域名证书申请,支持多个域名打到同一个证书上 |
|
| 4.| **证书申请(Lego)** | 支持海量DNS解析提供商,推荐使用,一样的免费通配符域名证书申请,支持多个域名打到同一个证书上 |
|
||||||
## 2. 主机
|
## 2. 主机
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ name: CertApplyGetFormAliyun
|
|||||||
icon: ph:certificate
|
icon: ph:certificate
|
||||||
title: 获取阿里云订阅证书
|
title: 获取阿里云订阅证书
|
||||||
group: cert
|
group: cert
|
||||||
desc: 从阿里云拉取订阅模式的商用证书
|
desc: 从阿里云拉取订阅模式的商用证书(支持 API 1.0 和 2.0)
|
||||||
input:
|
input:
|
||||||
domains:
|
domains:
|
||||||
title: 证书域名
|
title: 证书域名
|
||||||
@@ -49,27 +49,28 @@ input:
|
|||||||
order: -1
|
order: -1
|
||||||
helper: 请输入邮箱
|
helper: 请输入邮箱
|
||||||
accessId:
|
accessId:
|
||||||
title: Access授权
|
title: Access 授权
|
||||||
helper: 阿里云授权AccessKeyId、AccessKeySecret
|
helper: 阿里云授权 AccessKeyId、AccessKeySecret
|
||||||
component:
|
component:
|
||||||
name: access-selector
|
name: access-selector
|
||||||
type: aliyun
|
type: aliyun
|
||||||
required: true
|
required: true
|
||||||
order: 0
|
order: 0
|
||||||
orderType:
|
apiVersion:
|
||||||
title: 订单类型
|
title: 证书API 版本
|
||||||
value: CPACK
|
value: v1
|
||||||
component:
|
component:
|
||||||
name: a-select
|
name: a-select
|
||||||
vModel: value
|
vModel: value
|
||||||
options:
|
options:
|
||||||
- label: 资源虚拟订单(一般选这个)
|
- label: API 1.0 (旧版)
|
||||||
value: CPACK
|
value: v1
|
||||||
- label: 售卖订单
|
- label: API 2.0 (新版)
|
||||||
value: BUY
|
value: v2
|
||||||
|
helper: 选择阿里云证书 API 版本
|
||||||
order: 0
|
order: 0
|
||||||
orderId:
|
orderId:
|
||||||
title: 证书订单ID
|
title: 证书订单 ID
|
||||||
component:
|
component:
|
||||||
name: RemoteSelect
|
name: RemoteSelect
|
||||||
vModel: value
|
vModel: value
|
||||||
@@ -95,7 +96,7 @@ input:
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
helper: 订阅模式的证书订单Id
|
helper: 订阅模式的证书订单 Id
|
||||||
order: 0
|
order: 0
|
||||||
pfxPassword:
|
pfxPassword:
|
||||||
title: 证书加密密码
|
title: 证书加密密码
|
||||||
|
|||||||
+1
-1
@@ -55,7 +55,7 @@ export class CertApplyGetFormAliyunPlugin extends CertApplyBasePlugin {
|
|||||||
@TaskInput(
|
@TaskInput(
|
||||||
createRemoteSelectInputDefine({
|
createRemoteSelectInputDefine({
|
||||||
title: "证书订单 ID",
|
title: "证书订单 ID",
|
||||||
helper: "订阅模式的证书订单 Id",
|
helper: "订阅模式的证书订单 Id(在新建流水线时暂时无法获取,可以先随便填个数字,先创建,进入流水线编辑页面再获取选择即可)",
|
||||||
typeName: "CertApplyGetFormAliyun",
|
typeName: "CertApplyGetFormAliyun",
|
||||||
pageSize: 50,
|
pageSize: 50,
|
||||||
component: {
|
component: {
|
||||||
|
|||||||
Reference in New Issue
Block a user