I want to add a vpn configuration using the CLI:
pritunl-client add foo.tar
Unfortunately I do not have foo.tar
, but only foo.ovpn
. Adding foo.ovpn
using the gui (pritunl-client-electron) works.
tar -cf foo.tar foo.ovpn
is not sufficient :
> pritunl-client foo.tar
panic: profile: Conf data missing
[...]
QUESTION: how do I create a tar
file accepted by the cli from a ovpn
accepted by the gui ?