Free localhost certificate
The following FQDNs return 127.0.0.1
or ::1
# Download key and cert
curl -sO https://oreore.net/key.pem
curl -sO https://oreore.net/crt.pem
# Launch web server
openssl s_server -key key.pem -cert crt.pem -www -accept 4433
Open https://localhost.oreore.net:4433