From 42ec1704205a170dc8dd3129e8cbca0899503d89 Mon Sep 17 00:00:00 2001 From: lawtancool <26829131+lawtancool@users.noreply.github.com> Date: Fri, 21 Jun 2019 20:19:22 -0700 Subject: [PATCH] add note about removing easyrsa after finishing --- bin/ovpn_initpki | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/ovpn_initpki b/bin/ovpn_initpki index f2a14e8..fb0de4b 100755 --- a/bin/ovpn_initpki +++ b/bin/ovpn_initpki @@ -46,5 +46,6 @@ openvpn --genkey --secret $EASYRSA_PKI/ta.key # Generate the CRL for client/server certificates revocation. ~/EasyRSA-3.0.4/easyrsa gen-crl +# Remove EasyRSA files when we're done rm -r ~/EasyRSA-3.0.4/ rm EasyRSA-3.0.4.tgz