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.
2 parents e5034a3 + f539e81 commit bf8beb5Copy full SHA for bf8beb5
backend/internal/certificate.js
@@ -733,7 +733,6 @@ const internalCertificate = {
733
'--agree-tos ' +
734
'--email "' + certificate.meta.letsencrypt_email + '" ' +
735
'--preferred-challenges "dns,http" ' +
736
- '--webroot ' +
737
'--domains "' + certificate.domain_names.join(',') + '" ' +
738
(le_staging ? '--staging' : '');
739
0 commit comments