2
0
forked from Ivasoft/openwrt

uhttpd: use acme hotplug

Reload uhttpd after certificates are renewed with acme.

Reviewed-by: Toke Høiland-Jørgensen <toke@toke.dk>
Signed-off-by: Glen Huang <i@glenhuang.com>
This commit is contained in:
Glen Huang
2022-10-16 12:55:07 +08:00
committed by Petr Štetiar
parent b58f3c573d
commit 1bd63df263
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
if [ "$ACTION" = renewed ]; then
/etc/init.d/uhttpd reload
fi