update to install instructions to fix templates dir

This commit is contained in:
Josh North 2014-12-08 12:11:01 -05:00
parent 66a2abb977
commit 621cc121e1

View File

@ -53,7 +53,8 @@ exit
```
6. Copy client directory to openvpn directory `sudo cp -R /tmp/ovpn-ad-sync/oas_clients /etc/openvpn`
7. Copy user guide directory to openvpn directory `sudo cp -R /tmp/ovpn-ad-sync/oas_attachments /etc/openvpn`
8. Edit the client template to match your IP, etc `sudo nano /etc/openvpn/oas_clients/template.ovpn`
8. Copy templates directory to openvpn directory `sudo cp -R /tmp/ovpn-ad-sync/oas_templates /etc/openvpn`
8. Edit the client template to match your IP, etc `sudo nano /etc/openvpn/oas_templates/template.ovpn`
9. Copy server files into place `sudo cp -R /tmp/ovpn-ad-sync/oas_configs/* /etc/openvpn`
10. Edit server file `sudo nano /etc/openvpn/vpn.example.com.conf`
11. Edit LDAP auth file `sudo nano /etc/openvpn/vpn.example.com.ldap`