letsencrypt-tools/etc/apache2/conf-available/certbot.conf

5 lines
173 B
Plaintext
Raw Normal View History

2021-03-27 16:15:03 -07:00
# ACME (Automatic Certificate Management Environment)
<Location "/.well-known/acme-challenge/">
ProxyPass "http://127.0.0.1:18080/.well-known/acme-challenge/"
</Location>