diff options
author | Daniil Baturin <daniil@vyos.io> | 2023-11-09 13:27:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-09 13:27:19 +0000 |
commit | e4785773bf5f4e8a666fbe3dd6ee5fe06230f001 (patch) | |
tree | 1f674e90433785ac3bbd0033c27f37acc036cd29 /docs/configuration/vpn | |
parent | ebde99a0456b70e78bc4384c94d92cbb7570630c (diff) | |
parent | 040472e04348508d6711d30b9b74796b0ecb32ac (diff) | |
download | vyos-documentation-e4785773bf5f4e8a666fbe3dd6ee5fe06230f001.tar.gz vyos-documentation-e4785773bf5f4e8a666fbe3dd6ee5fe06230f001.zip |
Merge pull request #1146 from srividya0208/minor_errors
correction of typos
Diffstat (limited to 'docs/configuration/vpn')
-rw-r--r-- | docs/configuration/vpn/rsa-keys.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/vpn/rsa-keys.rst b/docs/configuration/vpn/rsa-keys.rst index a95f5f33..1ebab731 100644 --- a/docs/configuration/vpn/rsa-keys.rst +++ b/docs/configuration/vpn/rsa-keys.rst @@ -17,7 +17,7 @@ install <key-pair nam>>". You may choose different length than 2048 of course. Note: If you plan to use the generated key on this router, do not encrypt the private key. Do you want to encrypt the private key with a passphrase? [y/N] N Configure mode commands to install key pair: - Do you want to install the public key? [Y/n] Yrgerg + Do you want to install the public key? [Y/n] Y set pki key-pair ipsec-LEFT public key 'MIIBIjANBgkqh...' Do you want to install the private key? [Y/n] Y set pki key-pair ipsec-LEFT private key 'MIIEvgIBADAN...' |