This should hopefully prevent issues with that option not showing up in the GUI, like in #11095. Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
14 lines
359 B
Text
14 lines
359 B
Text
config acme
|
|
option state_dir '/etc/acme'
|
|
option account_email 'email@example.org'
|
|
option debug 0
|
|
|
|
config cert 'example'
|
|
option enabled 0
|
|
option use_staging 1
|
|
option keylength 2048
|
|
option update_uhttpd 1
|
|
option update_nginx 1
|
|
option webroot ""
|
|
option dns ""
|
|
list domains example.org
|