Feel free to use your favorite package manager
- Python
- OpenSSL
- Comes with Git Bash on Windows, else use
winget install openssl
- Comes with Git Bash on Windows, else use
- ACM certificate into your browser (process varies, try searching "certificates" in browser settings)
python3 simple.pyOn Windows the command may be python
openssl genrsa -out srv.key 2048openssl req -new -key srv.key -out srv.csrThen upload it to Gradescope (code given)
Save certificate as srv.crt and have srv.key in same directory as simple.py and index.html
Then simply run python3 simple.py again to relaunch webserver