home blog portfolio Ian Fisher

Caddy

$ caddy run --config path/to/Caddyfile

Example config:

mysite.com {
  tls /path/to/cert /path/to/key
  respond "Hello, world!"
}