This adds a metapakcge for acme luci ap without uhttpd dependency and adds entities and check to stop handle nginx server and modify the certificate set automatically. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
13 lines
338 B
Text
13 lines
338 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 ""
|
|
list domains example.org
|