Settings for various stuff.
Setup for TCP and remote connections.
Init file for various modes and colors.
Virtual hosts for HTTP and HTTPS.
Reverse proxy for HTTP and HTTPS to a web backend on port 3000.
Generating server key and certificate with the self signed certificate authority. Execute . ./generate.sh which uses the given file san.cnf to produce the
following files: server.key, server.csr, ca.key, ca.pem, ca.crt, server.crt, server.pfx. Several questions will be asked by the openssl command.