From cc808849763038337150d62720ceb9ceb28c0543 Mon Sep 17 00:00:00 2001 From: Wakatatsu Ryou Date: Tue, 31 Aug 2021 18:30:52 +0800 Subject: [PATCH] acme: add haproxy support Signed-off-by: Wakatatsu Ryou --- net/acme/files/acme.config | 2 ++ 1 file changed, 2 insertions(+) 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 ""