diff options
author | Alex W <embezzle.dev@proton.me> | 2024-05-04 21:34:15 +0100 |
---|---|---|
committer | Alex W <embezzle.dev@proton.me> | 2024-05-04 21:34:15 +0100 |
commit | 0389f28eac48dd87d5b1bcc5126d8ed52d967e0b (patch) | |
tree | 9dafc8743b8df8a909fb921c00f659584f5de1be /docs | |
parent | d399f1aec01bebcb688a5d70489613bcdaa8cc90 (diff) | |
download | vyos-documentation-0389f28eac48dd87d5b1bcc5126d8ed52d967e0b.tar.gz vyos-documentation-0389f28eac48dd87d5b1bcc5126d8ed52d967e0b.zip |
pki: Corrected spelling mistakes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/pki/index.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/configuration/pki/index.rst b/docs/configuration/pki/index.rst index 450b72b0..0ead198f 100644 --- a/docs/configuration/pki/index.rst +++ b/docs/configuration/pki/index.rst @@ -8,7 +8,7 @@ PKI ### -VyOS 1.4 changed the way in how encrytion keys or certificates are stored on the +VyOS 1.4 changed the way in how encryption keys or certificates are stored on the system. In the pre VyOS 1.4 era, certificates got stored under /config and every service referenced a file. That made copying a running configuration from system A to system B a bit harder, as you had to copy the files and their permissions @@ -120,12 +120,12 @@ OpenVPN .. opcmd:: generate pki openvpn shared-secret - Genearate a new OpenVPN shared secret. The generated secret is the output to + Generate a new OpenVPN shared secret. The generated secret is the output to the console. .. opcmd:: generate pki openvpn shared-secret install <name> - Genearate a new OpenVPN shared secret. The generated secret is the output to + Generate a new OpenVPN shared secret. The generated secret is the output to the console. .. include:: pki_cli_import_help.txt @@ -163,7 +163,7 @@ WireGuard the output from op-mode into configuration mode. ``peer`` is used for the VyOS CLI command to identify the WireGuard peer where - this secred is to be used. + this secret is to be used. Key usage (CLI) =============== |