mirror of
https://github.com/Nyr/openvpn-install.git
synced 2024-11-24 05:56:08 +03:00
Update openvpn-install.sh
This commit is contained in:
parent
2533e2e113
commit
6c22c657f7
@ -63,7 +63,7 @@ if [ -e /etc/openvpn/server.conf ]; then
|
|||||||
sed -i "s|key client.key|key $CLIENT.key|" $CLIENT.conf
|
sed -i "s|key client.key|key $CLIENT.key|" $CLIENT.conf
|
||||||
tar -czf ../ovpn-$CLIENT.tar.gz $CLIENT.conf ca.crt $CLIENT.crt $CLIENT.key
|
tar -czf ../ovpn-$CLIENT.tar.gz $CLIENT.conf ca.crt $CLIENT.crt $CLIENT.key
|
||||||
cd ~/
|
cd ~/
|
||||||
rm -r ovpn-$CLIENT
|
rm -rf ovpn-$CLIENT
|
||||||
echo ""
|
echo ""
|
||||||
echo "Client $CLIENT added, certs available at ~/ovpn-$CLIENT.tar.gz"
|
echo "Client $CLIENT added, certs available at ~/ovpn-$CLIENT.tar.gz"
|
||||||
exit
|
exit
|
||||||
@ -89,8 +89,8 @@ if [ -e /etc/openvpn/server.conf ]; then
|
|||||||
;;
|
;;
|
||||||
3)
|
3)
|
||||||
apt-get remove --purge -y openvpn openvpn-blacklist
|
apt-get remove --purge -y openvpn openvpn-blacklist
|
||||||
rm -r /etc/openvpn
|
rm -rf /etc/openvpn
|
||||||
rm -r /usr/share/doc/openvpn
|
rm -rf /usr/share/doc/openvpn
|
||||||
sed -i '/--dport 53 -j REDIRECT --to-port 1194/d' /etc/rc.local
|
sed -i '/--dport 53 -j REDIRECT --to-port 1194/d' /etc/rc.local
|
||||||
sed -i '/iptables -t nat -A POSTROUTING -s 10.8.0.0/d' /etc/rc.local
|
sed -i '/iptables -t nat -A POSTROUTING -s 10.8.0.0/d' /etc/rc.local
|
||||||
echo ""
|
echo ""
|
||||||
@ -132,7 +132,7 @@ else
|
|||||||
tar xzf ~/easy-rsa.tar.gz -C ~/
|
tar xzf ~/easy-rsa.tar.gz -C ~/
|
||||||
mkdir -p /etc/openvpn/easy-rsa/2.0/
|
mkdir -p /etc/openvpn/easy-rsa/2.0/
|
||||||
cp ~/easy-rsa-master/easy-rsa/2.0/* /etc/openvpn/easy-rsa/2.0/
|
cp ~/easy-rsa-master/easy-rsa/2.0/* /etc/openvpn/easy-rsa/2.0/
|
||||||
rm -r ~/easy-rsa-master
|
rm -rf ~/easy-rsa-master
|
||||||
fi
|
fi
|
||||||
cd /etc/openvpn/easy-rsa/2.0/
|
cd /etc/openvpn/easy-rsa/2.0/
|
||||||
# Let's fix one thing first...
|
# Let's fix one thing first...
|
||||||
@ -211,7 +211,7 @@ else
|
|||||||
sed -i "s|key client.key|key $CLIENT.key|" $CLIENT.conf
|
sed -i "s|key client.key|key $CLIENT.key|" $CLIENT.conf
|
||||||
tar -czf ../ovpn-$CLIENT.tar.gz $CLIENT.conf ca.crt $CLIENT.crt $CLIENT.key
|
tar -czf ../ovpn-$CLIENT.tar.gz $CLIENT.conf ca.crt $CLIENT.crt $CLIENT.key
|
||||||
cd ~/
|
cd ~/
|
||||||
rm -r ovpn-$CLIENT
|
rm -rf ovpn-$CLIENT
|
||||||
echo ""
|
echo ""
|
||||||
echo "Finished!"
|
echo "Finished!"
|
||||||
echo ""
|
echo ""
|
||||||
|
Loading…
Reference in New Issue
Block a user