snippetbox In order to run, a self-signed certificate must be generated: mkdir tls cd tls go run /opt/homebrew/Cellar/go/1.21.5/libexec/src/crypto/tls/generate_cert.go --rsa-bits=2048 --host=localhost run the app with go run ./cmd/web/