update example

This commit is contained in:
graysky 2016-08-09 11:22:53 -04:00
parent c801f1c5b1
commit 2ec75d5c98
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ if [[ -z ${1} ]]; then
echo " PROTO = Protocol (defaults to udp if left blank)"
echo
echo "For example:"
echo "ovpngen titty.nipples.org /etc/easy-rsa/pki/ca.crt /etc/easy-rsa/pki/issued/client.crt /etc/easy-rsa/pki/private/client.key /etc/openvpn/ta.key > iphone.ovpn"
echo "ovpngen titty.nipples.org /etc/openvpn/ca.crt /etc/easy-rsa/pki/signed/client.crt /etc/easy-rsa/pki/private/client.key /etc/openvpn/ta.key > iphone.ovpn"
exit 0
fi