mirror of https://github.com/certd/certd
chore: 1
parent
e0eb3a4413
commit
9172440f79
|
@ -45,7 +45,7 @@ export class AcmeService {
|
||||||
directoryUrl: isTest ? acme.directory.letsencrypt.staging : acme.directory.letsencrypt.production,
|
directoryUrl: isTest ? acme.directory.letsencrypt.staging : acme.directory.letsencrypt.production,
|
||||||
accountKey: conf.key,
|
accountKey: conf.key,
|
||||||
accountUrl: conf.accountUrl,
|
accountUrl: conf.accountUrl,
|
||||||
backoffAttempts: 60,
|
backoffAttempts: 70,
|
||||||
backoffMin: 5000,
|
backoffMin: 5000,
|
||||||
backoffMax: 10000,
|
backoffMax: 10000,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue