acme: add support for nginx webserver

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>
This commit is contained in:
Ansuel Smith
2018-07-18 03:02:11 +02:00
committed by Toke Høiland-Jørgensen
parent d344c56f9e
commit 924e2f53e2
4 changed files with 101 additions and 37 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ define Package/luci-app-acme
SECTION:=luci
CATEGORY:=LuCI
TITLE:=ACME package - LuCI interface
DEPENDS:= lua luci-base +acme luci-app-uhttpd
DEPENDS:= lua luci-base +acme
SUBMENU:=3. Applications
endef