From 8d5d080cc06e10329968b5bd8e85d165fe8321af Mon Sep 17 00:00:00 2001 From: angristan Date: Mon, 24 Sep 2018 11:32:43 +0200 Subject: [PATCH] Remove plaintext metadata from client certificate --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 2719463..f45d6ec 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -966,7 +966,7 @@ function newClient () { echo "" echo "" - cat "/etc/openvpn/easy-rsa/pki/issued/$CLIENT.crt" + cat "/etc/openvpn/easy-rsa/pki/issued/$CLIENT.crt" | awk '/BEGIN/,/END/' echo "" echo ""