Kevin
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
docs/atoz.md
|
@ -83,7 +83,7 @@ user's path through sourcing of the `~/.nvm/nvm.sh` via the users `.bashrc` |
|
|
file. Unless this is done `node` will not be usable unless directly linked to |
|
|
file. Unless this is done `node` will not be usable unless directly linked to |
|
|
and `nvm` commands will be unavailable. |
|
|
and `nvm` commands will be unavailable. |
|
|
|
|
|
|
|
|
The way we over come this issue for the needs of this guide is by using this |
|
|
The way we overcome this issue for the needs of this guide is by using this |
|
|
command where applicable: |
|
|
command where applicable: |
|
|
|
|
|
|
|
|
```bash |
|
|
```bash |
|
@ -105,7 +105,7 @@ Make the required directory using this command: |
|
|
mkdir -p ~/.ssl |
|
|
mkdir -p ~/.ssl |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
Generate the self signed `openssl` certificates we will use to encrypt our web |
|
|
Generate the self-signed `openssl` certificates we will use to encrypt our web |
|
|
traffic when using `wetty` using this command: |
|
|
traffic when using `wetty` using this command: |
|
|
|
|
|
|
|
|
**Note:** we are using`ecdsa` using the `secp521r1` curve. |
|
|
**Note:** we are using`ecdsa` using the `secp521r1` curve. |
|
@ -261,7 +261,7 @@ Create a directory to store our configuration data using this command: |
|
|
mkdir -p ~/.config/wetty |
|
|
mkdir -p ~/.config/wetty |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
Now populate our `config` file with some settings. This examples is the same |
|
|
Now populate our `config` file with some settings. This example is the same |
|
|
command as above. |
|
|
command as above. |
|
|
|
|
|
|
|
|
```bash |
|
|
```bash |
|
|