From ccfe922c300f70dd178224486de2899627ba4fe6 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Tue, 29 Oct 2024 23:38:41 +0800 Subject: [PATCH] chore: --- docs/index.md | 2 +- packages/plugins/plugin-cert/src/plugin/cert-plugin/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index e941e6ad..e3afc152 100644 --- a/docs/index.md +++ b/docs/index.md @@ -28,7 +28,7 @@ features: - title: 多域名、泛域名打到一个证书上 details: 支持通配符域名/泛域名,支持多个域名打到一个证书上 - title: 多证书格式支持 - details: 支持pem、pfx、der等多种证书格式,支持Google、Letsencrypt、ZeroSSL证书颁发机构 + details: 支持pem、pfx、der、p12等多种证书格式,支持Google、Letsencrypt、ZeroSSL证书颁发机构 - title: 支持私有化部署 details: 保障数据安全 - title: 多数据库支持 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 435a1a6a..9c67d9cc 100644 --- a/packages/plugins/plugin-cert/src/plugin/cert-plugin/index.ts +++ b/packages/plugins/plugin-cert/src/plugin/cert-plugin/index.ts @@ -134,7 +134,7 @@ export class CertApplyPlugin extends CertApplyBasePlugin { { value: "zerossl", label: "ZeroSSL" }, ], }, - helper: "Let's Encrypt最简单,如果使用ZeroSSL、Google证书,需要提供EAB授权", + helper: "Let's Encrypt最简单,Google兼容性最好,如果使用ZeroSSL、Google证书,需要提供EAB授权", required: true, }) sslProvider!: SSLProvider;