This commit is contained in:
xiaojunnuo
2024-12-05 11:09:14 +08:00
parent 2aefca3813
commit 96b5981f8c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -31,4 +31,4 @@ Certd 是一款开源、免费、全自动申请和部署更新SSL证书的工
## 三、证书颁发机构对比
* Let's Encrypt:申请最简单。
* Google: 大厂光环,兼容性好,需要翻墙获取EAB。
* ZeroSSL 有数量限制,获取EAB无需翻墙。
* ZeroSSL 需要EAB,获取EAB无需翻墙。
@@ -137,7 +137,7 @@ export class CertApplyPlugin extends CertApplyBasePlugin {
{ value: "zerossl", label: "ZeroSSL", icon: "emojione:digit-zero" },
],
},
helper: "Let's Encrypt:申请最简单\nGoogle:大厂光环,兼容性好,需要翻墙获取EAB授权\nZeroSSL有数量限制,获取EAB授权无需翻墙",
helper: "Let's Encrypt:申请最简单\nGoogle:大厂光环,兼容性好,需要翻墙获取EAB授权\nZeroSSL需要EAB授权无需翻墙",
required: true,
})
sslProvider!: SSLProvider;
@@ -19,7 +19,7 @@
<a-form-item label="公共ZeroSSL EAB授权" :name="['CertApply', 'sysSetting', 'input', 'zerosslCommonEabAccessId']">
<access-selector v-model:model-value="formState.CertApply.sysSetting.input.zerosslCommonEabAccessId" type="eab" from="sys"></access-selector>
<div class="helper">
<div>设置公共ZeroSSL EAB授权给用户使用避免用户自己去翻墙获取Zero EAB授权注意ZeroSSL免费证书有数量限制</div>
<div>设置公共ZeroSSL EAB授权给用户使用避免用户自己去翻墙获取Zero EAB授权</div>
<div>
<a href="https://app.zerossl.com/developer">zerossl开发者中心获取EAB </a>
</div>