We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8eac4 commit 0fca649Copy full SHA for 0fca649
src/backend/internal/certificate.js
@@ -719,7 +719,7 @@ const internalCertificate = {
719
720
let cmd = certbot_command + ' certonly --cert-name "npm-' + certificate.id + '" --agree-tos ' +
721
'--email "' + certificate.meta.letsencrypt_email + '" ' +
722
- '--preferred-challenges "http" ' +
+ '--preferred-challenges "dns,http" ' +
723
'-n -a webroot -d "' + certificate.domain_names.join(',') + '" ' +
724
(debug_mode ? '--staging' : '');
725
0 commit comments