minor docs
authorIan Kelling <iank@fsf.org>
Tue, 19 Jan 2021 01:24:43 +0000 (20:24 -0500)
committerIan Kelling <iank@fsf.org>
Tue, 19 Jan 2021 01:24:43 +0000 (20:24 -0500)
client-cert-helper
vpn-server-setup

index d5bdcdce2aee363eaaf9dc2f19647873c95a7d5b..9961fc64be0ecf6b487e9c86b3c60c68d1d8e6f0 100755 (executable)
@@ -27,7 +27,7 @@ cafile=$server_dir/ca-$name.crt
 
 ### begin section roughly copied from vpn-server-setup
 rsadir=/etc/openvpn/easy-rsa-$name
-new=true
+new=true # newer easy-rsa version
 keyfiles=(
   $rsadir/pki/private/$common_name.key
   $rsadir/pki/issued/$common_name.crt
index 312ddff11071a03c98cc9c174c5df60aaebd7a75..6254f0f7a9fe0825232959245f0786b9f82ba311 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