openvpn: remove repeated occurance of 'one'

This commit is contained in:
Christian Poessinger 2019-11-17 19:52:46 +01:00
parent c4e98c1cf1
commit a4bb80c2fa

View File

@ -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 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. 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 `generate openvpn key <filename>`. This will generate a key with the name
provided in the `/config/auth/` directory. Once generated, you will need to provided in the `/config/auth/` directory. Once generated, you will need to
copy this key to the remote router. copy this key to the remote router.