httpd.conf (337B)
1 2 server "<maildom>" { 3 listen on * port 80 4 listen on * tls port 443 5 tls { 6 certificate "/etc/ssl/<maildom>.crt" 7 key "/etc/ssl/private/<maildom>.key" 8 } 9 location "/.well-known/acme-challenge/*" { 10 root "/acme" 11 request strip 2 12 } 13 }