This adds a Luci configuration app for the ACME certificate package. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
7 lines
163 B
Lua
7 lines
163 B
Lua
module("luci.controller.acme", package.seeall)
|
|
|
|
function index()
|
|
entry({"admin", "services", "acme"},
|
|
cbi("acme"),
|
|
_("ACME certs"), 50).dependent = false
|
|
end
|