From ff04edd2b8491dee0de8ebea1803255541d891a5 Mon Sep 17 00:00:00 2001 From: Marsell Kukuljevic Date: Sun, 31 Jan 2021 21:43:25 +0100 Subject: [PATCH] Update README with some key-related details. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55f218c..829c965 100644 --- a/README.md +++ b/README.md @@ -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