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:
3
package/network/services/uhttpd/files/acme.hotplug
Normal file
3
package/network/services/uhttpd/files/acme.hotplug
Normal file
@@ -0,0 +1,3 @@
|
||||
if [ "$ACTION" = renewed ]; then
|
||||
/etc/init.d/uhttpd reload
|
||||
fi
|
||||
Reference in New Issue
Block a user