mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 23:48:39 +01:00
acme: Add Luci app
This adds a Luci configuration app for the ACME certificate package. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
uci -q batch <<-EOF >/dev/null
|
||||
delete ucitrack.@acme[-1]
|
||||
add ucitrack acme
|
||||
add_list ucitrack.@bcp38[0].init=acme
|
||||
commit ucitrack
|
||||
EOF
|
||||
|
||||
rm -f /tmp/luci-indexcache
|
||||
exit 0
|
||||
Reference in New Issue
Block a user