Skip to content

Commit

Permalink
Merge pull request #20 from davidalber/caddy-ask-endpoint
Browse files Browse the repository at this point in the history
Add required Caddy ask endpoint for on-demand TLS to README
  • Loading branch information
bnewbold authored Oct 6, 2023
2 parents ac6e99a + 5bf5914 commit 01dbd27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@ Be sure to replace `example.com` with your own domain.
cat <<CADDYFILE | sudo tee /pds/caddy/etc/caddy/Caddyfile
{
email [email protected]
on_demand_tls {
ask http://localhost:3000
}
}
*.example.com, example.com {
Expand Down

0 comments on commit 01dbd27

Please sign in to comment.