Browse Source

correct-spelling-errors

pull/298/head
Kevin 4 years ago
committed by GitHub
parent
commit
7a4f182a93
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 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

Loading…
Cancel
Save