* Move default cert path into config
* Update docs to reflect changes * More doc tweaks for new structure
This commit is contained in:
@@ -51,7 +51,7 @@ npm install
|
||||
## Generate a SSH Private Key
|
||||
To utilize the SSH server, a SSH Private Key will need generated. This step can be skipped if you do not wish to enable SSH access.
|
||||
```bash
|
||||
openssl genrsa -des3 -out ./misc/ssh_private_key.pem 2048
|
||||
openssl genrsa -des3 -out ./config/ssh_private_key.pem 2048
|
||||
```
|
||||
|
||||
### Create a Minimal Config
|
||||
|
||||
Reference in New Issue
Block a user