summaryrefslogtreecommitdiff
path: root/docs/configuration/interfaces
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2023-11-30 10:26:50 +0100
committerrebortg <github@ghlr.de>2023-11-30 10:26:50 +0100
commitd4d3efe7fb4c0a86c6d33a9664eb18fb22e4205e (patch)
tree942c5fce0e3718627b4fc2c4950e69de95a9f247 /docs/configuration/interfaces
parent7e8c713d4510321eeb429af9ef4b5661fd3c68b3 (diff)
downloadvyos-documentation-d4d3efe7fb4c0a86c6d33a9664eb18fb22e4205e.tar.gz
vyos-documentation-d4d3efe7fb4c0a86c6d33a9664eb18fb22e4205e.zip
fix build and ref warnings
Diffstat (limited to 'docs/configuration/interfaces')
-rw-r--r--docs/configuration/interfaces/openvpn.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration/interfaces/openvpn.rst b/docs/configuration/interfaces/openvpn.rst
index 70161e1e..d92ac080 100644
--- a/docs/configuration/interfaces/openvpn.rst
+++ b/docs/configuration/interfaces/openvpn.rst
@@ -71,7 +71,7 @@ In both cases, we will use the following settings:
dynamic IP for our remote router.
Setting up certificates
------------------------
+=======================
Setting up a full-blown PKI with a CA certificate would arguably defeat the purpose
of site-to-site OpenVPN, since its main goal is supposed to be configuration simplicity,
@@ -129,7 +129,7 @@ Note: certificate names don't matter, we use 'openvpn-local' and 'openvpn-remote
Repeat the procedure on the other router.
Setting up OpenVPN
-------------------
+==================
Local Configuration:
@@ -166,7 +166,7 @@ Remote Configuration:
on the local router
Pre-shared keys
----------------
+===============
Until VyOS 1.4, the only option for site-to-site OpenVPN without PKI was to use pre-shared keys.
That option is still available but it is deprecated and will be removed in the future.