chore: doc

This commit is contained in:
xiaojunnuo
2025-05-06 10:57:07 +08:00
parent 638c9720cf
commit d35d9c17c5

View File

@@ -68,9 +68,9 @@ export class CertApplyPlugin extends CertApplyBasePlugin {
],
},
required: true,
helper: `DNS直接验证域名是在阿里云/腾讯云/华为云/Cloudflare/NameSilo/西数/火山/dns.la/京东云注册的,选它;
CNAME代理验证支持任何注册商注册的域名但第一次需要手动添加CNAME记录
HTTP文件验证不支持泛域名需要配置网站文件上传`,
helper: `1. DNS直接验证域名是在阿里云/腾讯云/华为云/CF/NameSilo/西数/火山/dns.la/京东云注册的,选它;
2. CNAME代理验证支持任何注册商注册的域名但第一次需要手动添加CNAME记录(建议直接修改为阿里云/腾讯云的DNS服务器地址然后使用DNS直接验证
3. HTTP文件验证不支持泛域名需要配置网站文件上传`,
})
challengeType!: string;