Browse Source

acme: add haproxy support

Signed-off-by: Wakatatsu Ryou <lialosiu@gmail.com>
lilik-openwrt-22.03
Wakatatsu Ryou 3 years ago
committed by Rosen Penev
parent
commit
cc80884976
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      net/acme/files/acme.config

+ 2
- 0
net/acme/files/acme.config View File

@ -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 ""


Loading…
Cancel
Save