Update openvpn-install.sh
This commit is contained in:
parent
d44f879849
commit
b133767c42
1 changed files with 0 additions and 1 deletions
|
|
@ -1114,7 +1114,6 @@ function revokeClient () {
|
|||
rm -f /etc/openvpn/crl.pem
|
||||
cp /etc/openvpn/easy-rsa/pki/crl.pem /etc/openvpn/crl.pem
|
||||
chmod 644 /etc/openvpn/crl.pem
|
||||
# Cleanup
|
||||
find /home/ -maxdepth 2 -name "$CLIENT.ovpn" -delete
|
||||
rm -f "/root/$CLIENT.ovpn"
|
||||
sed -i "s|^$CLIENT,.*||" /etc/openvpn/ipp.txt
|
||||
|
|
|
|||
Loading…
Reference in a new issue