perf: 腾讯云dns provider 支持腾讯云的accessId

This commit is contained in:
xiaojunnuo
2024-06-26 18:36:11 +08:00
parent ae0f16bf35
commit e0eb3a4413
8 changed files with 135 additions and 19 deletions

View File

@@ -45,7 +45,7 @@ export class AcmeService {
directoryUrl: isTest ? acme.directory.letsencrypt.staging : acme.directory.letsencrypt.production,
accountKey: conf.key,
accountUrl: conf.accountUrl,
backoffAttempts: 20,
backoffAttempts: 60,
backoffMin: 5000,
backoffMax: 10000,
});