mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
Add IPSec base64 secrets
This commit is contained in:
parent
940057d0d9
commit
e07a1a740c
@ -25,8 +25,11 @@ Each site-to-site peer has the next options:
|
|||||||
dynamically;
|
dynamically;
|
||||||
* ``id`` - static ID's for authentication. In general local and remote
|
* ``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``;
|
address ``<x.x.x.x>``, ``<h:h:h:h:h:h:h:h>`` or ``%any``;
|
||||||
* ``secret`` - predefined shared secret. Used if configured mode
|
* ``secret`` - a predefined shared secret used in configured mode
|
||||||
``pre-shared-secret``;
|
``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
|
* ``local-id`` - ID for the local VyOS router. If defined, during the
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user