Mirror from bluesky-social/pds

Merge pull request #20 from davidalber/caddy-ask-endpoint

Add required Caddy ask endpoint for on-demand TLS to README

authored by bnewbold.net and committed by

GitHub 01dbd277 ac6e99ac

+3
+3
README.md
··· 224 224 cat <<CADDYFILE | sudo tee /pds/caddy/etc/caddy/Caddyfile 225 225 { 226 226 email you@example.com 227 + on_demand_tls { 228 + ask http://localhost:3000 229 + } 227 230 } 228 231 229 232 *.example.com, example.com {