From e6ee9ad43e4e1605f27d73555045f1e82ea5bc1c Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Mon, 18 Jan 2021 20:24:43 -0500 Subject: [PATCH] minor docs --- client-cert-helper | 2 +- vpn-server-setup | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client-cert-helper b/client-cert-helper index d5bdcdc..9961fc6 100755 --- a/client-cert-helper +++ b/client-cert-helper @@ -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 diff --git a/vpn-server-setup b/vpn-server-setup index 312ddff..6254f0f 100755 --- a/vpn-server-setup +++ b/vpn-server-setup @@ -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 -- 2.30.2