Help needed to create opvn file.

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
doogalbear
OpenVpn Newbie
Posts: 2
Joined: Mon Oct 19, 2015 6:50 am

Help needed to create opvn file.

Post by doogalbear » Mon Oct 19, 2015 6:55 am

Ok this should be simple, but I am missing something. I have Ubuntu 14.04 with easy-rsa installed and I have the following files: client1.crt, client1.csr, 01.pem, dh2048.pem, server.crt and server.csr file but no ta.key. how do I get this file and convert it to an .ovpn to use with android connect on my tablet?

Thanks in advance,
Douglas

User avatar
maikcat
Forum Team
Posts: 4200
Joined: Wed Jan 12, 2011 9:23 am
Location: Athens,Greece
Contact:

Re: Help needed to create opvn file.

Post by maikcat » Tue Oct 20, 2015 7:56 am

ta.key is generated by using

Code: Select all

openvpn --genkey --secret ta.key
Michael.

doogalbear
OpenVpn Newbie
Posts: 2
Joined: Mon Oct 19, 2015 6:50 am

Re: Help needed to create opvn file.

Post by doogalbear » Tue Oct 20, 2015 1:15 pm

Thank you Michael for your response. I only have easy-rsa installed at the moment on my system. I am using an asus nt66r with tomato. Do I need to install open vpn to create this key and .opvn file for my devices.

Thank you,
Doug

User avatar
maikcat
Forum Team
Posts: 4200
Joined: Wed Jan 12, 2011 9:23 am
Location: Athens,Greece
Contact:

Re: Help needed to create opvn file.

Post by maikcat » Wed Oct 21, 2015 6:15 am

.ovpn file is created manually....
this means you should check your asus config and create the client conf accordingly.

ta.key is created by openvpn binary.

to create your config you do need to know how openvpn works...

Michael.

User avatar
Traffic
OpenVPN Protagonist
Posts: 4066
Joined: Sat Aug 09, 2014 11:24 am

Re: Help needed to create opvn file.

Post by Traffic » Wed Oct 21, 2015 11:47 am

doogalbear wrote:I have Ubuntu 14.04
doogalbear wrote:I am using an asus nt66r with tomato
Learn Howto configure OpenVPN on your Ubuntu system first (it is much easier that way):
Once you understand what the files are for and where they go then transfer your setup to your router ...

Post Reply