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 d346911 commit 83c5c55Copy full SHA for 83c5c55
backend/internal/certificate.js
@@ -758,6 +758,7 @@ const internalCertificate = {
758
},
759
760
/**
761
+ * Request a certificate using the http challenge
762
* @param {Object} certificate the certificate row
763
* @returns {Promise}
764
*/
@@ -768,6 +769,7 @@ const internalCertificate = {
768
769
'--config "' + letsencryptConfig + '" ' +
770
'--cert-name "npm-' + certificate.id + '" ' +
771
'--agree-tos ' +
772
+ '--authenticator webroot ' +
773
'--email "' + certificate.meta.letsencrypt_email + '" ' +
774
'--preferred-challenges "dns,http" ' +
775
'--domains "' + certificate.domain_names.join(',') + '" ' +
0 commit comments