package
0.0.0-20241219012652-6f02d0cd6037
Repository: https://github.com/mukappalambda/go-examples.git
Documentation: pkg.go.dev
# README
Set up a web server with HTTPS
Generate the server key and server certificate:
bash run.sh
Run the application:
go run main.go
Make a client request:
curl --insecure https://localhost:4443