diff --git a/images/gotls13-t2/Makefile b/images/gotls13-t2/Makefile index ddb4682..8612db4 100644 --- a/images/gotls13-t2/Makefile +++ b/images/gotls13-t2/Makefile @@ -13,4 +13,3 @@ restart: docker rm ${NAME} docker run --detach --restart always --name ${NAME} -p ${PORT}:443 ${NAME} - diff --git a/images/pq/Caddyfile b/images/pq/Caddyfile index 523783a..3977704 100644 --- a/images/pq/Caddyfile +++ b/images/pq/Caddyfile @@ -1,9 +1,12 @@ :443 { tls fullchain.pem privkey.pem tls { - protocols tls1.2 tls1.3 + protocols tls1.0 tls1.3 curves X25519 P256 "SIDH/503-X25519" } log stdout - ext .html + markdown / { + ext .html + template index.html + } } diff --git a/images/pq/bin/caddy b/images/pq/bin/caddy index 2d7b8b7..0a5cab6 100755 Binary files a/images/pq/bin/caddy and b/images/pq/bin/caddy differ diff --git a/images/pq/index.html b/images/pq/index.html index 21aa5ab..67d465f 100644 --- a/images/pq/index.html +++ b/images/pq/index.html @@ -1,4 +1,14 @@ -DUPA - -Details - + + + TLSv1.3/Post-Quantum test server + + + Connection sucessful
+ You are using TLS Version: {{.TLSVersion}} + +

+ This page uses this tls package and Caddy HTTP server.

+

It was built this way and is used for experimenting with post-quantum cryptography.

+ + +