From: Wakatatsu Ryou Date: Tue, 31 Aug 2021 10:30:52 +0000 (+0800) Subject: acme: add haproxy support X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=cc808849763038337150d62720ceb9ceb28c0543;p=openwrt-packages.git acme: add haproxy support Signed-off-by: Wakatatsu Ryou --- diff --git a/net/acme/files/acme.config b/net/acme/files/acme.config index a29082430..4a0f9ec77 100644 --- a/net/acme/files/acme.config +++ b/net/acme/files/acme.config @@ -9,6 +9,7 @@ config cert 'example_wildcard' option keylength 2048 option update_uhttpd 1 option update_nginx 1 + option update_haproxy 0 list domains example.org list domains sub.example.org list domains *.sub.example.org @@ -26,6 +27,7 @@ config cert 'example' option keylength 2048 option update_uhttpd 1 option update_nginx 1 + option update_haproxy 0 list domains example.org list domains sub.example.org option webroot ""