diff options
| author | srividya0208 <a.srividya@vyos.io> | 2021-11-18 10:16:21 -0500 | 
|---|---|---|
| committer | srividya0208 <a.srividya@vyos.io> | 2021-11-18 10:38:43 -0500 | 
| commit | 07f208bd6a6d5ee3b78b70b882bbba4ca14afe76 (patch) | |
| tree | eb894b9769da0ae66af227165659bdb2e236a830 /docs/configuration/vpn | |
| parent | fd4e5422b11ad9d908b4c0fcbfa4e76993cb2eb6 (diff) | |
| download | vyos-documentation-07f208bd6a6d5ee3b78b70b882bbba4ca14afe76.tar.gz vyos-documentation-07f208bd6a6d5ee3b78b70b882bbba4ca14afe76.zip | |
VPN IPsec: Added a note related to rsa key
A private key is also needed to finish the ipsec setup which is not mentioned
in the section "Source tunnel from loopbacks/Setting up IPSec". I have added
for reference.
Diffstat (limited to 'docs/configuration/vpn')
| -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: | 
