software-infrastructure/roles/ericomeehan.eom.dev/files/httpd-acme.conf
2024-07-12 00:07:31 -04:00

7 lines
250 B
Plaintext

Alias /.well-known/acme-challenge/ "/var/lib/letsencrypt/http_challenges/"
<Directory "/var/lib/letsencrypt/">
AllowOverride None
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
Require method GET POST OPTIONS
</Directory>