Add Caddyfile for on-demand TLS demo

This commit is contained in:
Matthew Holt 2024-02-01 16:16:15 -07:00
parent c93cc104f1
commit 4985d104ec
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
2 changed files with 42 additions and 0 deletions

5
demo/README.md Normal file
View file

@ -0,0 +1,5 @@
This folder contains the Caddy config for the On-Demand TLS demo on the Caddy website.
It is hosted on a separate machine from the Caddy website so we can isolate canary builds in a production environment when necessary.
This config requires the [caddy-psl](https://github.com/mholt/caddy-psl) and [replace-response](https://github.com/caddyserver/replace-response) plugins.