summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2da6add)
raw | patch | inline | side by side (parent: 2da6add)
author | Ian Kelling <iank@fsf.org> | |
Tue, 19 Jan 2021 01:24:43 +0000 (20:24 -0500) | ||
committer | Ian Kelling <iank@fsf.org> | |
Tue, 19 Jan 2021 01:24:43 +0000 (20:24 -0500) |
client-cert-helper | patch | blob | history | |
vpn-server-setup | patch | blob | history |
diff --git a/client-cert-helper b/client-cert-helper
index d5bdcdce2aee363eaaf9dc2f19647873c95a7d5b..9961fc64be0ecf6b487e9c86b3c60c68d1d8e6f0 100755 (executable)
--- a/client-cert-helper
+++ b/client-cert-helper
### 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
diff --git a/vpn-server-setup b/vpn-server-setup
index 312ddff11071a03c98cc9c174c5df60aaebd7a75..6254f0f7a9fe0825232959245f0786b9f82ba311 100755 (executable)
--- a/vpn-server-setup
+++ b/vpn-server-setup
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