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 ""