Skip to content
ScribbleNerd edited this page Aug 11, 2020 · 1 revision

Create and apply SSL certificates

  1. Follow the deploying guide
  2. Navigate to extractedfolder/src/https in terminal or cmd
  3. Remove the current server.key and server.cert files
  4. Enter the following command into your prompt: openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -k eyout server.key -out server.cert
  5. Start the server.

Clone this wiki locally