skip internal verification check in acme because it fails sometimes and doesnt bother trying to get a cert which would work normally

develop
Thomas Lynch 1 year ago
parent 17ac71b38e
commit 75e48a73a5
  1. 1
      acme.js

@ -91,6 +91,7 @@ module.exports = {
csr,
email,
termsOfServiceAgreed: true,
skipChallengeVerification: true,
challengeCreateFn,
challengeRemoveFn
});

Loading…
Cancel
Save