mirror of
https://github.com/certd/certd.git
synced 2026-05-16 05:07:32 +08:00
v1.39.13
This commit is contained in:
@@ -3,6 +3,26 @@ title: EAB授权
|
||||
desc: ZeroSSL证书申请需要EAB授权
|
||||
icon: ic:outline-lock
|
||||
input:
|
||||
eabType:
|
||||
title: EAB类型
|
||||
component:
|
||||
name: a-select
|
||||
options:
|
||||
- value: google
|
||||
label: Google
|
||||
icon: flat-color-icons:google
|
||||
- value: zerossl
|
||||
label: ZeroSSL
|
||||
icon: emojione:digit-zero
|
||||
- value: litessl
|
||||
label: litessl
|
||||
icon: roentgen:free
|
||||
- value: sslcom
|
||||
label: SSL.com
|
||||
icon: la:expeditedssl
|
||||
helper: 请选择EAB类型
|
||||
required: true
|
||||
encrypt: false
|
||||
kid:
|
||||
title: KID
|
||||
component:
|
||||
@@ -24,8 +44,20 @@ input:
|
||||
rules:
|
||||
- type: email
|
||||
message: 请输入正确的邮箱
|
||||
helper: Google的EAB申请证书,更换邮箱会导致EAB失效,可以在此处绑定一个邮箱避免此问题
|
||||
helper: 绑定一个邮箱,避免失效
|
||||
required: true
|
||||
accountKey:
|
||||
title: ACME账号私钥
|
||||
component:
|
||||
name: refresh-input
|
||||
action: GenerateAccountKey
|
||||
buttonText: 生成
|
||||
successMessage: 账号私钥已生成,请保存授权配置
|
||||
required: true
|
||||
helper: |-
|
||||
如果修改了KID,请点击生成重新生成账号私钥
|
||||
注意:google的EAB只能生成一次账号私钥,更新私钥需要获取一个新的EAB授权
|
||||
encrypt: true
|
||||
pluginType: access
|
||||
type: builtIn
|
||||
scriptFilePath: /plugins/plugin-cert/access/eab-access.js
|
||||
|
||||
Reference in New Issue
Block a user