Update README.md

This commit is contained in:
Josh North 2014-12-03 14:27:16 -05:00
parent 0209d15ed3
commit 91d33aa6cd

View File

@ -39,14 +39,14 @@ The below instructions make the following assumptions. If you use a different s
3. Copy RSA directory `sudo cp -R /usr/share/easy-rsa /etc/openvpn/rsa` 3. Copy RSA directory `sudo cp -R /usr/share/easy-rsa /etc/openvpn/rsa`
4. Edit RSA variable file - IMPORTANT! `sudo nano /etc/openvpn/rsa/vars` 4. Edit RSA variable file - IMPORTANT! `sudo nano /etc/openvpn/rsa/vars`
5. Build RSA CA 5. Build RSA CA
``` ```
sudo -s sudo -s
cd /etc/openvpn/rsa cd /etc/openvpn/rsa
source ./vars source ./vars
./build-ca ./build-ca
./build-dh ./build-dh
./build-key-server vpn.example.com ./build-key-server vpn.example.com
``` ```
6. sudo cp -R /tmp/ovpn-ad-sync/ 6. sudo cp -R /tmp/ovpn-ad-sync/
5. Create openvpn server config file 5. Create openvpn server config file
make ldap config file make ldap config file