Inline cert import problem

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
ruffled
OpenVpn Newbie
Posts: 1
Joined: Wed Dec 10, 2014 5:01 pm

Inline cert import problem

Post by ruffled » Wed Dec 10, 2014 5:04 pm

I'm trying to import my openvpn configs into the app with inline certificates and tls key but when I try to, the app is saying 'Error reading multiple files referenced by profile : [inline], [inline]

After a bit of googling I'm pretty sure this config should be working:

Code: Select all

auth-user-pass
<connection>
remote snip.snip.org 443 udp
nobind
</connection>
<connection>
remote snip.snip.org 80 udp
nobind
</connection>
<connection>
remote snip.snip.org 443 tcp
nobind
</connection>
client
dev tun
fast-io
persist-key
persist-tun
pull
comp-lzo
tls-client
key-method 2
tls-remote lt
ns-cert-type server
ca [inline]
tls-auth [inline] 1
<ca>
-----BEGIN CERTIFICATE-----
snip
-----END CERTIFICATE-----
</ca>
<tls-auth>
-----BEGIN OpenVPN Static key V1-----
snip
-----END OpenVPN Static key V1-----
</tls-auth>
verb 3
mute 10
Can anyone tell me where I am going wrong?

Thanks in advance

Post Reply