Hi all, I’m new to the open vpn game and was wondering how I can get my .ovpn config?
I followed this tutorial on creating a free open vpn server using oracle free tier
https://blogs.oracle.com/developers/post/launching-your-own-free-private-vpn-in-the-oracle-cloud#:~:text=Select%20your%20home%20region%20and,compartment%20and%20an%20Availability%20Domain.
I would like get the .ovpn config so I can connect to the vpn on my ubuntu machine. Thanks!
Hi! I used another script for openvpn configuration. I think, you should seek for the .key file + cert file and all of the files that correspond to the client that you just configure, copy all the data of this files and paste it on one single file, name it after .ovpn format.
When you login to the OpenVPN AS WebGUI you can download user specific configs.
I’m assuming ur talking about the ‘Open VPN Access Server’ panel? (Correct me if I’m wrong)
Sorry but I am having trouble finding where to download those configs in this site. Can I please get some more direction 
Here is a link I found via google: https://forums.openvpn.net/viewtopic.php?t=27990
And here is a page from the manual with some CLI foo: Tutorial: Create Connection Profiles
AFAIK there is no other way. Except manually crafting the config by hand.
Thanks for sending these resources!