mirror of https://github.com/certd/certd
chore:
parent
1b267813c9
commit
07cee2aadf
|
@ -30,5 +30,5 @@ Certd 是一款开源、免费、全自动申请和部署更新SSL证书的工
|
||||||
|
|
||||||
## 三、证书颁发机构对比
|
## 三、证书颁发机构对比
|
||||||
* Let's Encrypt:申请最简单。
|
* Let's Encrypt:申请最简单。
|
||||||
* Google: 大厂光环,兼容性好,需要翻墙获取EAB。
|
* Google: 大厂光环,兼容性好,首次需要翻墙获取EAB。
|
||||||
* ZeroSSL: 需要EAB,获取EAB无需翻墙。
|
* ZeroSSL: 需要EAB,获取EAB无需翻墙。
|
|
@ -137,7 +137,7 @@ export class CertApplyPlugin extends CertApplyBasePlugin {
|
||||||
{ value: "zerossl", label: "ZeroSSL", icon: "emojione:digit-zero" },
|
{ 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,
|
required: true,
|
||||||
})
|
})
|
||||||
sslProvider!: SSLProvider;
|
sslProvider!: SSLProvider;
|
||||||
|
|
Loading…
Reference in New Issue