diff options
| author | Daniil Baturin <daniil@vyos.io> | 2020-12-25 00:16:21 +0700 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-25 00:16:21 +0700 | 
| commit | c472312a241022ee5ed0632239ebe14386d489d0 (patch) | |
| tree | e7bbb360a86aeb8dc4322790ee5a4503f0c5122c | |
| parent | 9133eaa620cd81c450084c5952c4b9ac99c24313 (diff) | |
| parent | a3e3cab6d5af5bf7786137b4b22ba5e2788eb723 (diff) | |
| download | vyos-documentation-c472312a241022ee5ed0632239ebe14386d489d0.tar.gz vyos-documentation-c472312a241022ee5ed0632239ebe14386d489d0.zip | |
Merge pull request #405 from johannrichard/patch-1
doc: consistent openvpn folder naming
| -rw-r--r-- | docs/configuration/interfaces/openvpn.rst | 16 | 
1 files changed, 8 insertions, 8 deletions
| diff --git a/docs/configuration/interfaces/openvpn.rst b/docs/configuration/interfaces/openvpn.rst index 0e4e9d74..2c273b34 100644 --- a/docs/configuration/interfaces/openvpn.rst +++ b/docs/configuration/interfaces/openvpn.rst @@ -317,16 +317,16 @@ commands:    vyos@vyos:/config/my-easy-rsa-config$./easyrsa revoke client1    vyos@vyos:/config/my-easy-rsa-config$ ./easyrsa gen-crl -Copy the files to /config/auth/ovpn/ to use in OpenVPN tunnel creation +Copy the files to /config/auth/openvpn/ to use in OpenVPN tunnel creation  .. code-block:: none -  vyos@vyos:/config/my-easy-rsa-config$ sudo mkdir /config/auth/ovpn -  vyos@vyos:/config/my-easy-rsa-config$ sudo cp pki/ca.crt /config/auth/ovpn -  vyos@vyos:/config/my-easy-rsa-config$ sudo cp pki/dh.pem  /config/auth/ovpn -  vyos@vyos:/config/my-easy-rsa-config$ sudo cp pki/private/central.key /config/auth/ovpn -  vyos@vyos:/config/my-easy-rsa-config$ sudo cp pki/issued/central.crt  /config/auth/ovpn -  vyos@vyos:/config/my-easy-rsa-config$ sudo cp pki/crl.pem /config/auth/ovpn +  vyos@vyos:/config/my-easy-rsa-config$ sudo mkdir /config/auth/openvpn +  vyos@vyos:/config/my-easy-rsa-config$ sudo cp pki/ca.crt /config/auth/openvpn +  vyos@vyos:/config/my-easy-rsa-config$ sudo cp pki/dh.pem  /config/auth/openvpn +  vyos@vyos:/config/my-easy-rsa-config$ sudo cp pki/private/central.key /config/auth/openvpn +  vyos@vyos:/config/my-easy-rsa-config$ sudo cp pki/issued/central.crt  /config/auth/openvpn +  vyos@vyos:/config/my-easy-rsa-config$ sudo cp pki/crl.pem /config/auth/openvpn  Additionally, each client needs a copy of ca.crt and its own client key and  cert files. The files are plaintext so they may be copied either manually, @@ -336,7 +336,7 @@ For example, Branch 1's router might have the following files:  .. code-block:: none -  vyos@branch1-rtr:$ ls /config/auth/ovpn +  vyos@branch1-rtr:$ ls /config/auth/openvpn    ca.crt branch1.crt branch1.key  Client Authentication | 
