Closed pure-nomad closed 8 hours ago
Hello @pure-nomad,
First of all, thank you for supporting Exegol with this PR !
The problem of external files isn't just limited to the CA, there may also be the user's certificate and private key, and so on.
We didn't want to add too much complexity to exegol by creating as many parameters as possible, so the wrapper implements another logic: with the --vpn
parameter, it's possible to specify a folder containing an .ovpn
file and other files (configured with a relative path in the .ovpn
file), thus covering all these types of needs.
This use-case is explained in the documentation, but it may not be clear enough: https://exegol.readthedocs.io/en/latest/the-exegol-project/python-wrapper.html#openvpn-connection
If you have any suggestions for improving the visibility of this feature, don't hesitate to contact us.
You can try to use this mechanism in your context and let me know if you run into any problems,
Description
Related issues
Point of attention