OpenVPN 3 is a C++ class library that implements the functionality of an OpenVPN client, and is protocol-compatible with the OpenVPN 2.x branch.
999
stars
401
forks
source link
Ability to hide pk password from command line #302
Open
scruel opened 8 months ago
Currently we can see pliantext of pk password via command line, and
--cache-password
won't work for caching--pk_password
.Just make:
To:
Or:
Will be fine enough.