Skip to content

Commit

Permalink
Skip LE verification during renewal.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstegeman committed Nov 12, 2019
1 parent fec6a9b commit 01274fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/certificate-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ async function renew(server) {
csr,
email: config.get('ssltunnel.certemail'),
termsOfServiceAgreed: true,
skipChallengeVerification: true,
challengePriority: ['dns-01'],
challengeCreateFn,
challengeRemoveFn,
Expand Down

0 comments on commit 01274fd

Please sign in to comment.