Skip to content

Commit 0686b10

Browse files
authored
Fix typos
1 parent 83d61c7 commit 0686b10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/paranoid.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Advanced security
22

3-
## Keep the CA root key save
3+
## Keep the CA root key safe
44
As mentioned in the [backup section](/docs/backup.md), there are good reasons to not generate the CA and/or leave it on the server. This document describes how you can generate the CA and all your certificates on a secure machine and then copy only the needed files (which never includes the CA root key obviously ;) ) to the server(s) and clients.
55

66
Execute the following commands. Note that you might want to change the volume `$PWD` or use a data docker container for this.
@@ -13,7 +13,7 @@ The [`ovpn_copy_server_files`](/bin/ovpn_copy_server_files) script puts all the
1313

1414
## Crypto Hardening
1515

16-
If you want to select the cyphers used by OpenVPN the following parameters of the `ovpn_genconfig` might interest you:
16+
If you want to select the ciphers used by OpenVPN the following parameters of the `ovpn_genconfig` might interest you:
1717

1818
-T Encrypt packets with the given cipher algorithm instead of the default one (tls-cipher).
1919
-C A list of allowable TLS ciphers delimited by a colon (cipher).

0 commit comments

Comments
 (0)