mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-04 17:01:33 +02:00
* Move default cert path into config
* Update docs to reflect changes * More doc tweaks for new structure
This commit is contained in:
parent
3e268f4b27
commit
b25b96d9de
6 changed files with 14 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue