fixes
[vpn-setup] / vpn-server-setup
index 312ddff11071a03c98cc9c174c5df60aaebd7a75..5c6f195edb57c195c94de4523d9f12acc948b03d 100755 (executable)
@@ -39,7 +39,7 @@ debian specific paths.
 
 For ipv6, we assume ipv6_addr routes to the server.
 
-You can save all the keys by storing /etc/openvpn/easy-rsa/keys, and
+You can save all the keys by storing /etc/openvpn/easy-rsa-NAME/keys, and
 the script will not generate them if it sees they exist already.
 
 For future updates to this script, this is a good place to
@@ -77,7 +77,7 @@ read -r ip6 ip6route <<<"$@"
 
 source /a/bin/distro-functions/src/package-manager-abstractions
 
-pi-nostart openvpn openssl resolvconf easy-rsa uuid-runtime
+pi-nostart openvpn openssl easy-rsa uuid-runtime
 
 if [[ -e /lib/systemd/system/openvpn-server@.service ]]; then
   vpn_service=openvpn-server@$name