Update README with some key-related details.

This commit is contained in:
Marsell Kukuljevic 2021-01-31 21:43:25 +01:00
parent 6aea7758ee
commit ff04edd2b8
1 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,7 @@
npm install
# Generate keys
# Generate server certificates
From within the config/ directory:
@ -13,7 +13,11 @@ From within the config/ directory:
# Configuration
Ensure the config file in config/ matches your details.
Ensure the config file in config/ matches your details.
The SSH key used must be the correct format, e.g. generated with:
ssh-keygen -m PEM -t rsa -C "your@email.address"
# Running the server