This adds a Luci configuration app for the ACME certificate package. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
11 lines
284 B
Text
11 lines
284 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 0
|
|
option keylength 2048
|
|
option update_uhttpd 1
|
|
list domains example.org
|