diff --git a/openvpn/install.sh b/openvpn/install.sh index 4a3f3ee..e1016c4 100755 --- a/openvpn/install.sh +++ b/openvpn/install.sh @@ -66,7 +66,7 @@ openvpn --genkey --secret ta.key # add dummy user and revoke its certificate for non-empty crl.pem file ./build-key --batch client000 -./revoke-full client000 +$DIR/deluser.sh client000 echo echo "Adding cron jobs..."