From: Ian Kelling Date: Fri, 13 Jan 2023 22:54:34 +0000 (-0500) Subject: bug fix X-Git-Url: https://iankelling.org/git/?p=vpn-setup;a=commitdiff_plain;h=9705b4c46b7fa37a49fce9353ceda433a179244e bug fix --- diff --git a/vpn-mk-client-cert b/vpn-mk-client-cert index 46d9dba..0f974c0 100755 --- a/vpn-mk-client-cert +++ b/vpn-mk-client-cert @@ -40,7 +40,7 @@ usage: ${0##*/} VPN_SERVER_HOST -f Force. Proceed even if cert already exists. -n CONFIG_NAME default is client -o SERVER_CONFIG_NAME Default is CONFIG_NAME --r Install certs to the current directory instead of /etc/openvpn +-r Install certs to the current directory instead of /etc/openvpn/client -s SCRIPT_PATH Use custom up/down script at SCRIPT_PATH. If client host is not localhost, the script is copied to it. The default script used to be /etc/openvpn/update-resolv-conf, but now @@ -140,8 +140,8 @@ if ! $force; then fi if $prefix test -s $keydir/ta-$name.key -a -s $keydir/ca-$name.crt; then echo "$0: cert already exists. exiting early" + exit 0 fi - exit 0 fi fi