mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-07-22 11:59:33 +00:00
letsencrypt: Force text mode
This avoids letsencrypt trying to launch a dialog interface in case of certain errors.
This commit is contained in:
parent
16de3e1dff
commit
b0b67db35e
@ -143,7 +143,7 @@ def subcommand_obtain(arguments):
|
||||
domain = arguments.domain
|
||||
|
||||
command = [
|
||||
'letsencrypt', 'certonly', '--agree-tos',
|
||||
'letsencrypt', 'certonly', '--text', '--agree-tos',
|
||||
'--register-unsafely-without-email', '--domain', arguments.domain,
|
||||
'--authenticator', 'webroot', '--webroot-path', '/var/www/html/',
|
||||
'--renew-by-default']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user