Caddy
$ caddy run --config path/to/Caddyfile
Example config:
mysite.com {
tls /path/to/cert /path/to/key
respond "Hello, world!"
}
$ caddy run --config path/to/Caddyfile
Example config:
mysite.com {
tls /path/to/cert /path/to/key
respond "Hello, world!"
}