Client: Windows 8.1 pro 64-bit
Open VPN GUI v5
Server: Ubuntu 14.10 x64
script ezopenvpn
when connect
Connecting to client has failed.
Cannot load inline certificate file error 0906D06C

my client.ovpn file
client
dev tun
proto udp
remote x.x.x.x 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca [inline]
cert [inline]
key [inline]
ns-cert-type server
comp-lzo
verb 3
remote-cert-tls server
keepalive 10 60
<ca>
ca
</ca>
<cert>
</cert>
<key>
</key>
Thanks