-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
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