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