-
Notifications
You must be signed in to change notification settings - Fork 0
SSL
ScribbleNerd edited this page Aug 11, 2020
·
1 revision
- Follow the deploying guide
- Navigate to
extractedfolder/src/httpsin terminal or cmd - Remove the current server.key and server.cert files
- Enter the following command into your prompt:
openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -k eyout server.key -out server.cert - Start the server.