summaryrefslogtreecommitdiff
path: root/docs/configuration/pki/index.rst
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2024-05-07 12:46:42 +0200
committerGitHub <noreply@github.com>2024-05-07 12:46:42 +0200
commitccc07b46019f1325b3f48c29cf8c77ba89dd359a (patch)
treee95cede76c5552a50172857b6df4abf6da123ae2 /docs/configuration/pki/index.rst
parentf555a7dc9055671333eacf471589b91d1ee63523 (diff)
parent2804093e1f809e7ae9502a98374fd2cc5d612543 (diff)
downloadvyos-documentation-ccc07b46019f1325b3f48c29cf8c77ba89dd359a.tar.gz
vyos-documentation-ccc07b46019f1325b3f48c29cf8c77ba89dd359a.zip
Merge pull request #1416 from Embezzle/spelling
Fix spelling mistakes across multiple files
Diffstat (limited to 'docs/configuration/pki/index.rst')
-rw-r--r--docs/configuration/pki/index.rst8
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)
===============