You are not logged in.
I have a .p12 file from provided to me by a VPN company and I was told that I need to use it in order to connect to the VPN. I've looked and searched far and wide on the Internet and it seems either I'm stupid and don't understand how to use it or I need something more that just a .p12 file.
I have very little idea how VPNs work and even less of what are the pk12 certificates are, so I'd be glad if someone can link some sources I can read to understand it all better.
Edit 1: I should point out I do not have any .ovpn files provided to me.
Last edited by sv-cheats-1 (2022-06-03 13:22:59)
Offline
My guess is that you need to extract the keys from it.
https://stackoverflow.com/questions/196 … icate-file
Then you would use those keys to set up your profile.
At least that would be my first step
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
The VPN company will either have to provide an application to estbablish the connection or tell you which program you should use (e.g. openvpn) and provide the information like server address, maybe login name, password (possibly your account on the website).
https://superuser.com/questions/271740/ … -ovpn-file
They may have their own client software that has everything baked in and you only provide your p12 file. In that case you have to use that software or find out if you can extract the required details for an alternative application, maybe openvpn or strongswan.
Last edited by progandy (2022-06-03 16:30:32)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
The VPN company will either have to provide an application to estbablish the connection or tell you which program you should use (e.g. openvpn) and provide the information like server address, maybe login name, password (possibly your account on the website).
https://superuser.com/questions/271740/ … -ovpn-fileThey may have their own client software that has everything baked in and you only provide your p12 file. In that case you have to use that software or find out if you can extract the required details for an alternative application, maybe openvpn or strongswan.
Yeah, I guess I'll need to ask them for a .ovpn file or smth or at least the server's IP address and credentials. Thank you still!
Last edited by sv-cheats-1 (2022-06-03 16:40:32)
Offline
My guess is that you need to extract the keys from it.
https://stackoverflow.com/questions/196 … icate-file
Then you would use those keys to set up your profile.At least that would be my first step
I've tried to extract the keys and certs and other things from the file, but I guess I still need to get at least the remote's IP address. Right now I have the keys but not and address to connect to. Thank you still!
Offline