diff --git a/lambdainst/openvpn.py b/lambdainst/openvpn.py index 3b44d60..4d25e05 100644 --- a/lambdainst/openvpn.py +++ b/lambdainst/openvpn.py @@ -41,7 +41,7 @@ def _make_onc(username, name, hostname, port, protocol, http_proxy=None, ipv6=Tr cert = { 'GUID': cert_id, 'Type': 'Authority', - 'X509': CA_CERT.strip().replace('\n', '\\n'), + 'X509': CA_CERT.strip(), } vpn = { 'GUID': vpn_id,