diff options
author | rebortg <github@ghlr.de> | 2023-11-30 10:26:50 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2023-11-30 10:26:50 +0100 |
commit | d4d3efe7fb4c0a86c6d33a9664eb18fb22e4205e (patch) | |
tree | 942c5fce0e3718627b4fc2c4950e69de95a9f247 /docs/configuration/interfaces | |
parent | 7e8c713d4510321eeb429af9ef4b5661fd3c68b3 (diff) | |
download | vyos-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.rst | 6 |
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. |