mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
f3e03d6661
This adds a Luci configuration app for the ACME certificate package. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
12 lines
284 B
Plaintext
12 lines
284 B
Plaintext
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
|