By hookercabe
I am having extreme difficulties with transferring files between the server and the client.
I have done every step of this tutorial up to transferring data https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-16-04 and am stuck at Transferring Configuration to Client Devices.
Basically I created a private key/public key etc… and its stored somewhere(I don’t know where) I need to connect FileZilla or any other file transferer to from my client to the server but it says I need to provide the private keys location. I have no idea how to get it or where it it and I have researched a bunch with still no success. Please help!!!
Some INFO: Using Windows 10 with Bash and Ubuntu 16.04 Very new to operating and editing servers Just want to use OpenVPN with my Server god dammit
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
The tutorial section you referenced includes:
We can start with all of the files that we just generated. These were placed within the ~/openvpn-ca/keys directory as they were created.
When the instructions use ~ in ~/openvpn-ca/keys the ~ references the current user’s home directory (it’s a nice little shortcut to have). If you logged in as root this should translate to /root/openvpn-ca/keys or if you are logged in as a different user it would be /home/usrename/openvpn-ca/keys.
The first set of commands in this step has you copy these keys into the /etc/openvpn directory.
If you are logging in with Filezilla you will start out in your user’s home directory ~ but should not be locked in there. Clicking on .. at the top of the directory listing will move you up a directory to / and from there you can navigate to /etc/openvpn
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.