perf: 申请证书启用新的反代地址

This commit is contained in:
xiaojunnuo
2024-10-22 11:31:32 +08:00
parent f8b99b81a2
commit a705182b85
3 changed files with 25 additions and 4 deletions

View File

@@ -92,8 +92,8 @@ export class AcmeService {
const urlMapping: UrlMapping = {
enabled: false,
mappings: {
"acme-v02.api.letsencrypt.org": this.options.reverseProxy || "letsencrypt.proxy.handsfree.work",
"dv.acme-v02.api.pki.goog": this.options.reverseProxy || "google.proxy.handsfree.work",
"acme-v02.api.letsencrypt.org": this.options.reverseProxy || "le.px.certd.handfree.work",
"dv.acme-v02.api.pki.goog": this.options.reverseProxy || "gg.px.certd.handfree.work",
},
};
const conf = await this.getAccountConfig(email, urlMapping);