Skip to content

Commit

Permalink
Add IPSec base64 secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
sever-sever committed Nov 27, 2024
1 parent 940057d commit e07a1a7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/configuration/vpn/site2site_ipsec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ Each site-to-site peer has the next options:
dynamically;
* ``id`` - static ID's for authentication. In general local and remote
address ``<x.x.x.x>``, ``<h:h:h:h:h:h:h:h>`` or ``%any``;
* ``secret`` - predefined shared secret. Used if configured mode
``pre-shared-secret``;
* ``secret`` - a predefined shared secret used in configured mode
``pre-shared-secret``. Base64-encoded secrets are allowed if
`secret-type base64` is configured;
* ``secret-type`` - specifies the secret type, either ``plaintext`` or
``base64``. Default to ``plaintext``;


* ``local-id`` - ID for the local VyOS router. If defined, during the
Expand Down

0 comments on commit e07a1a7

Please sign in to comment.