We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Currently we can see pliantext of pk password via command line, and --cache-password won't work for caching --pk_password.
--cache-password
--pk_password
Just make:
ovpncli client.ovpn --pk-password $(/etc/openvpn/client.pass)
To:
ovpncli client.ovpn --pk-password-file /etc/openvpn/client.pass
Or:
export OVPN_PK_PASSWORK_FILE=/etc/openvpn/client.pass ovpncli client.ovpn
Will be fine enough.
The text was updated successfully, but these errors were encountered:
--pk-password-file
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: