From ff3a97062b19823b4128c635df5b65e8893c4f22 Mon Sep 17 00:00:00 2001 From: lawtancool <26829131+lawtancool@users.noreply.github.com> Date: Fri, 21 Jun 2019 20:17:01 -0700 Subject: [PATCH] cleanup EasyRSA once we're done --- bin/ovpn_initpki | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/ovpn_initpki b/bin/ovpn_initpki index 1f132f4..f2a14e8 100755 --- a/bin/ovpn_initpki +++ b/bin/ovpn_initpki @@ -45,3 +45,6 @@ openvpn --genkey --secret $EASYRSA_PKI/ta.key # Generate the CRL for client/server certificates revocation. ~/EasyRSA-3.0.4/easyrsa gen-crl + +rm -r ~/EasyRSA-3.0.4/ +rm EasyRSA-3.0.4.tgz