mirror of
https://github.com/certd/certd.git
synced 2026-04-16 05:50:50 +08:00
fix: 修复配置了cdn cname后申请失败的bug
This commit is contained in:
@@ -178,6 +178,7 @@ export class AcmeService {
|
||||
csr,
|
||||
email: email,
|
||||
termsOfServiceAgreed: true,
|
||||
skipChallengeVerification: true,
|
||||
challengePriority: ["dns-01"],
|
||||
challengeCreateFn: async (authz: acme.Authorization, challenge: Challenge, keyAuthorization: string): Promise<any> => {
|
||||
return await this.challengeCreateFn(authz, challenge, keyAuthorization, dnsProvider);
|
||||
|
||||
Reference in New Issue
Block a user