I just changed IP providers and my computer. I've installed PCBSD and like it. However, I am very, very new to bsd. I've had many problems with WindowsXP security in the past. I want to run a pay-vpn-service. It is the perfect time since I have a new ISP and new hardware. In fact, I bought a month of vpn from one such service. They use OpenVpn and sent me some encrypted files to configure openvpn.
I know that openvpn is already in the ports. I blindly played around with the console window & tried to follow some of the "technical" posts that I found here.
I installed openvpn to usr/local/etc/openvpn. I don't know if that's
where I was supposed to install it.
But I am absolutely clueless how to configure it to run and connect to the vpn-pay-service. When I say clueless ... I've been pointing and clicking with Windows since the 3.1 days. And there's no icon to double click for openvpn on pcbsd

ops:
The vpn-pay-service sent me a zip file. It has the following files in it:
ca.crt
h8window.crt that's my username(I changed it a little)
h8window.key
h8window.ovpn
ta.key
I tried installing it on Ubuntu on a different machine. But I think that machine had motherboard issues. Here are the instructions I received for installing it on linux:
1- install the openvpn package from your distro
2- open a terminal window
3- unzip the zipfile in your homedirectory (or any directory you wish)
4- su to root (or use sudo to execute command on step 6)
5- go to the directory where you unzipped the zipfile
6- start the vpn like this: openvpn --config youruseridhere.ovpn
After authentication you should be able to use the vpn.
and this:
Try the following:
- Save the zipfile from your email client to your homedirectory. Usually
you can right click on the attachment and choose "Save as". There you
first navigate to your homedirectory which would be something like:
/home/yourusernamehere/
- Then open a terminal window so you see the commandline prompt
- Type the following: sudo su
(and press enter)
- You might need to type a password, in that case type your password
- Then type: cd /home/yourusernamehere
(and press enter)
- Execute this command: sudo openvpn --config yourvpnusernamehere.ovpn
(and press enter)
After that you should see the authentication prompt which you must
follow and your VPN runs.
Of course they sent me a username & password to enter at the openvpn connection.
Can anyone here give me a step-by-step install to get openvpn started & configured with my encrypted keys? I've definitely installed openvpn but it might be in the wrong directory?
I hate to sound dumb, but if you could tell me the exact keystrokes and where to save stuff I would be very grateful. I don't even know if I unzipped the vpn-pay-service files correctly. And I sure as heck have no idea where they go or how to configure them.
Thanks