Latest update
This commit is contained in:
parent
7f12695bea
commit
000aeb893a
@ -13,4 +13,3 @@ restart:
|
|||||||
docker rm ${NAME}
|
docker rm ${NAME}
|
||||||
docker run --detach --restart always --name ${NAME} -p ${PORT}:443 ${NAME}
|
docker run --detach --restart always --name ${NAME} -p ${PORT}:443 ${NAME}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
:443 {
|
:443 {
|
||||||
tls fullchain.pem privkey.pem
|
tls fullchain.pem privkey.pem
|
||||||
tls {
|
tls {
|
||||||
protocols tls1.2 tls1.3
|
protocols tls1.0 tls1.3
|
||||||
curves X25519 P256 "SIDH/503-X25519"
|
curves X25519 P256 "SIDH/503-X25519"
|
||||||
}
|
}
|
||||||
log stdout
|
log stdout
|
||||||
|
markdown / {
|
||||||
ext .html
|
ext .html
|
||||||
|
template index.html
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
@ -1,4 +1,14 @@
|
|||||||
<html><body>DUPA
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>TLSv1.3/Post-Quantum test server</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
Connection sucessful <br />
|
||||||
|
You are using TLS Version: {{.TLSVersion}}
|
||||||
|
|
||||||
<a href="https://git.amongbytes.com/kris/qrtesting/tree/master">Details</a>
|
<p>
|
||||||
</body></html>
|
This page uses <a href="https://github.com/cloudflare/tls-tris">this tls</a> package and <a href="https://caddyserver.com/">Caddy</a> HTTP server.</p>
|
||||||
|
<p>It was built <a href="http://hdc.amongbytes.com/post/201810-baby-steps-to-pq-https-server/">this</a> way and is used for experimenting with post-quantum cryptography.</p>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user