openssl req -x509 -newkey rsa:4096 -sha256 -days 99999 -nodes \
-keyout host.key -out host.cert -subj "/CN=localhost" -addext \
"subjectAltName=DNS:localhost,DNS:localhost.localdomain,IP:127.0.0.1,IP:::1"
