diff --git a/docs/guide/index.md b/docs/guide/index.md index deffd9c4..1d9830ea 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -30,5 +30,5 @@ Certd 是一款开源、免费、全自动申请和部署更新SSL证书的工 ## 三、证书颁发机构对比 * Let's Encrypt:申请最简单。 -* Google: 大厂光环,兼容性好,需要翻墙获取EAB。 +* Google: 大厂光环,兼容性好,首次需要翻墙获取EAB。 * ZeroSSL: 需要EAB,获取EAB无需翻墙。 \ No newline at end of file diff --git a/packages/plugins/plugin-cert/src/plugin/cert-plugin/index.ts b/packages/plugins/plugin-cert/src/plugin/cert-plugin/index.ts index 4507a749..4d62dca4 100644 --- a/packages/plugins/plugin-cert/src/plugin/cert-plugin/index.ts +++ b/packages/plugins/plugin-cert/src/plugin/cert-plugin/index.ts @@ -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;