qrtesting/images/pq/Caddyfile
2018-11-12 13:41:29 +00:00

13 rader
192 B
Caddyfile

:443 {
tls fullchain.pem privkey.pem
tls {
protocols tls1.0 tls1.3
curves X25519 P256 "SIDH/503-X25519"
}
log stdout
markdown / {
ext .html
template index.html
}
}