Browse Source

Merge pull request #298 from eightysixed/patch-1

correct-spelling-errors
pull/291/head^2
Cian Butler 4 years ago
committed by GitHub
parent
commit
a779979738
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/atoz.md

4
docs/atoz.md

@ -105,7 +105,7 @@ Make the required directory using this command:
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:
**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
```
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.
```bash

Loading…
Cancel
Save