diff options
author | Robert Göhler <github@ghlr.de> | 2021-11-22 08:32:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 08:32:18 +0100 |
commit | 95ce01cbc071e7a8f9678b602c6f871a89d408a5 (patch) | |
tree | eb894b9769da0ae66af227165659bdb2e236a830 | |
parent | fd4e5422b11ad9d908b4c0fcbfa4e76993cb2eb6 (diff) | |
parent | 07f208bd6a6d5ee3b78b70b882bbba4ca14afe76 (diff) | |
download | vyos-documentation-95ce01cbc071e7a8f9678b602c6f871a89d408a5.tar.gz vyos-documentation-95ce01cbc071e7a8f9678b602c6f871a89d408a5.zip |
Merge pull request #658 from srividya0208/vpn-ipsec
VPN IPsec: Added a note related to rsa key
-rw-r--r-- | docs/configuration/vpn/ipsec.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/configuration/vpn/ipsec.rst b/docs/configuration/vpn/ipsec.rst index ea13d82b..50814b6e 100644 --- a/docs/configuration/vpn/ipsec.rst +++ b/docs/configuration/vpn/ipsec.rst @@ -135,7 +135,8 @@ install <key-pair nam>>". You may choose different length than 2048 of course. set pki key-pair ipsec-LEFT private key 'MIIEvgIBADAN...' [edit] -Configuration commands will display. +Configuration commands for the private and public key will be displayed on the +screen which needs to be set on the router first. Note the command with the public key (set pki key-pair ipsec-LEFT public key 'MIIBIjANBgkqh...'). Then do the same on the opposite router: |