perf: 优化cname verify

This commit is contained in:
xiaojunnuo
2024-07-03 23:36:06 +08:00
parent f47b35f6d5
commit eba333de7a
2 changed files with 13 additions and 13 deletions

View File

@@ -178,7 +178,7 @@ export class AcmeService {
csr,
email: email,
termsOfServiceAgreed: true,
skipChallengeVerification: true,
skipChallengeVerification: false,
challengePriority: ["dns-01"],
challengeCreateFn: async (authz: acme.Authorization, challenge: Challenge, keyAuthorization: string): Promise<any> => {
return await this.challengeCreateFn(authz, challenge, keyAuthorization, dnsProvider);