mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 10:24:31 +04:00
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>
14 lines
338 B
Plaintext
14 lines
338 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 1
|
|
option keylength 2048
|
|
option update_uhttpd 1
|
|
option update_nginx 1
|
|
option webroot ""
|
|
list domains example.org
|