/foobarhttp

"Foo bar" http server for simple mock Angular projects

Primary LanguageGo

foobarhttp

TLS for HTTPS

To create self-signed SSL/TLS certificate

Private key

openssl genrsa -out server.key 2048

Self signed cert

openssl req -new -x509 -sha256 -key server.key -out server.crt -days 3650