diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-11-17 19:52:46 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-11-17 19:52:46 +0100 |
commit | a4bb80c2fa42ffae97fee9bfd3b0002241da55cf (patch) | |
tree | 05ee2adf1a3898e11ee4e4850437c945469c2d19 | |
parent | c4e98c1cf1bd21eeaaaf7a3f92e5f1ec8a8673e3 (diff) | |
download | vyos-documentation-a4bb80c2fa42ffae97fee9bfd3b0002241da55cf.tar.gz vyos-documentation-a4bb80c2fa42ffae97fee9bfd3b0002241da55cf.zip |
openvpn: remove repeated occurance of 'one'
-rw-r--r-- | docs/vpn/openvpn.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/vpn/openvpn.rst b/docs/vpn/openvpn.rst index 19c6160e..faa5e6bc 100644 --- a/docs/vpn/openvpn.rst +++ b/docs/vpn/openvpn.rst @@ -42,7 +42,7 @@ Site-to-site mode supports x.509 but doesn't require it and can also work with static keys, which is simpler in many cases. In this example, we'll configure a simple site-to-site OpenVPN tunnel using a 2048-bit pre-shared key. -First, one one of the systems generate the key using the operational command +First, one of the systems generate the key using the operational command `generate openvpn key <filename>`. This will generate a key with the name provided in the `/config/auth/` directory. Once generated, you will need to copy this key to the remote router. |