We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 940057d commit e07a1a7Copy full SHA for e07a1a7
docs/configuration/vpn/site2site_ipsec.rst
@@ -25,8 +25,11 @@ Each site-to-site peer has the next options:
25
dynamically;
26
* ``id`` - static ID's for authentication. In general local and remote
27
address ``<x.x.x.x>``, ``<h:h:h:h:h:h:h:h>`` or ``%any``;
28
- * ``secret`` - predefined shared secret. Used if configured mode
29
- ``pre-shared-secret``;
+ * ``secret`` - a predefined shared secret used in configured mode
+ ``pre-shared-secret``. Base64-encoded secrets are allowed if
30
+ `secret-type base64` is configured;
31
+ * ``secret-type`` - specifies the secret type, either ``plaintext`` or
32
+ ``base64``. Default to ``plaintext``;
33
34
35
* ``local-id`` - ID for the local VyOS router. If defined, during the
0 commit comments