This commit is contained in:
xiaojunnuo
2024-07-24 02:11:38 +08:00
parent 6693d1acfb
commit 83d0209775
3 changed files with 28 additions and 8 deletions

View File

@@ -33,6 +33,7 @@ export class CertApplyPlugin extends CertApplyBasePlugin {
vModel: "value",
options: [
{ value: "letsencrypt", label: "Let's Encrypt" },
// { value: "letsencrypt-proxy", label: "Let's Encrypt代理letsencrypt.org无法访问时使用" },
// { value: "buypass", label: "Buypass" },
{ value: "zerossl", label: "ZeroSSL" },
],