All checks were successful
HAProxy Manager Build and Push / Build-and-Push (push) Successful in 1m17s
Support wildcard domains (*.domain.tld) in HAProxy config generation with exact-match ACLs prioritized over wildcard ACLs. Add DNS-01 challenge endpoints that coordinate with certbot via auth/cleanup hook scripts for wildcard SSL certificate issuance. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
147 B
Smarty
5 lines
147 B
Smarty
|
|
#Wildcard method {{ domain }}
|
|
acl {{ name }}-acl hdr_end(host) -i .{{ base_domain }}
|
|
use_backend {{ name }}-backend if {{ name }}-acl
|