Skip to content

Commit f539e81

Browse files
committed
Removed the hardcoded --webroot certbot argument to better support DNS challenge. Also, this option is already set in the default letsencrypt.ini.
1 parent 5d65166 commit f539e81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/internal/certificate.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,6 @@ const internalCertificate = {
733733
'--agree-tos ' +
734734
'--email "' + certificate.meta.letsencrypt_email + '" ' +
735735
'--preferred-challenges "dns,http" ' +
736-
'--webroot ' +
737736
'--domains "' + certificate.domain_names.join(',') + '" ' +
738737
(le_staging ? '--staging' : '');
739738

0 commit comments

Comments
 (0)