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
Help needed to create opvn file.
-
- OpenVpn Newbie
- Posts: 2
- Joined: Mon Oct 19, 2015 6:50 am
- maikcat
- Forum Team
- Posts: 4200
- Joined: Wed Jan 12, 2011 9:23 am
- Location: Athens,Greece
- Contact:
Re: Help needed to create opvn file.
ta.key is generated by using
Michael.
Code: Select all
openvpn --genkey --secret ta.key
-
- OpenVpn Newbie
- Posts: 2
- Joined: Mon Oct 19, 2015 6:50 am
Re: Help needed to create opvn file.
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
Thank you,
Doug
- maikcat
- Forum Team
- Posts: 4200
- Joined: Wed Jan 12, 2011 9:23 am
- Location: Athens,Greece
- Contact:
Re: Help needed to create opvn file.
.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.
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.
- Traffic
- OpenVPN Protagonist
- Posts: 4066
- Joined: Sat Aug 09, 2014 11:24 am
Re: Help needed to create opvn file.
doogalbear wrote:I have Ubuntu 14.04
Learn Howto configure OpenVPN on your Ubuntu system first (it is much easier that way):doogalbear wrote:I am using an asus nt66r with tomato
Once you understand what the files are for and where they go then transfer your setup to your router ...