claudiunitu/python-https-server
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
To generate new certificate - key pairs you can use GitBash with the following command: `openssl req -nodes -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365` then update the certificate and key path in code