Add command to generate self-signed certificate and key
Add command to start nginx container - mounts config and keys
:flashlight: Testing Instructions
Generate keys with make https
Modify the make nginx and nginx.conf according to the comments for development.
Test run the server PORT=9090 go run main.go
Go to http://localhost/start and https://localhost/start to confirm the setup works.
Coverage remained the same at 66.756% when pulling 3dd68c76727d6c7b0a5daa4445d62c3bdb2e230b on brian/https into a40948a274367d7f8d6598d7a934d12163ddcbc4 on master.
:tickets: Ticket(s): Closes #
:construction_worker: Changes
:flashlight: Testing Instructions
Generate keys with
make https
Modify themake nginx
andnginx.conf
according to the comments for development. Test run the serverPORT=9090 go run main.go
Go tohttp://localhost/start
andhttps://localhost/start
to confirm the setup works.