Page 1 of 1

PIA and Openvpn Connect - Guidance needed

Posted: Wed Nov 13, 2013 5:39 am
by gorden
Hi all, thanks for reading.

i need some guidance on using Privateinternetaccess with OpenVpn Connect App

Currently running "Openvpn for Android" App which i noticed some disconnections on and off.

However, PIA provides the ovpn config files and ca.crt. No other certs or keys provided.

Thus i hope to set up PIA to be used with OpenVpn Connect App

i have no knowledge as to how to extact the keys too. :oops:

Please help.

Re: PIA and Openvpn Connect - Guidance needed

Posted: Wed Nov 13, 2013 5:43 am
by gorden
how to i get this embedded?

<ca>
-----BEGIN CERTIFICATE-----
.... content here ....
-----END CERTIFICATE-----
</ca>

<cert>
-----BEGIN CERTIFICATE-----
.... content here ....
-----END CERTIFICATE-----
</cert>

<key>
-----BEGIN RSA PRIVATE KEY-----
.... content here ....
-----END RSA PRIVATE KEY-----
</key>