haproxy-manager-base/templates/hap_letsencrypt.tpl
jknapp 32498f1a04
All checks were successful
HAProxy Manager Build and Push / Build-and-Push (push) Successful in 38s
fix order of acls and backends, put db in volume
2025-02-20 16:26:27 -08:00

4 lines
140 B
Smarty

#Let's Encrypt SSL
acl letsencrypt-acl path_beg /.well-known/acme-challenge/
use_backend letsencrypt-backend if letsencrypt-acl