speedtest
speedtest copied to clipboard
add TLS1.3
Start on the port 443 with TLS1.3
docker run -it --rm -v$PWD/cert/cert.pem:/etc/ssl/certs/cert.pem -v$PWD/cert/key.pem:/etc/ssl/private/key.pem -p443:443 speedtest
it's not good practice to pack TLS into a micro-service like this. when using docker, you will also have a rev-proxy/load balancer doing the TLS lifting.