diff --git a/openvpn-install.sh b/openvpn-install.sh index 4ff23a7..28584aa 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -1187,7 +1187,6 @@ function revokeClient() { rm -f "/root/$CLIENT.ovpn" sed -i "/^$CLIENT,.*/d" /etc/openvpn/ipp.txt cp /etc/openvpn/easy-rsa/pki/index.txt{,.bk} - sed -i -e '/^[R]/d' /etc/openvpn/easy-rsa/pki/index.txt echo "" echo "Certificate for client $CLIENT revoked."