Stateless DANE websites with Caddy
In this guide, we set up a new website on a Handshake domain and secure it with Stateless DANE. Caddy is the recommended way to set up such websites. Learn more about Handshake, DANE, and Stateless DANE. Install Caddy This post assumes Ubuntu; for other OS/distros, see Caddy’s official install docs. Install caddy with: curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-stable.list sudo apt update sudo apt install -y caddy Temporary note: until caddy v2....