mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
This adds a Luci configuration app for the ACME certificate package. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
8 lines
163 B
Lua
8 lines
163 B
Lua
module("luci.controller.acme", package.seeall)
|
|
|
|
function index()
|
|
entry({"admin", "services", "acme"},
|
|
cbi("acme"),
|
|
_("ACME certs"), 50).dependent = false
|
|
end
|