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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!
Please add passphrase in ovpn-admin web interface for generate certs for new users.
Now I have to hack EasyRsa https://stackoverflow.com/questions/22415601/using-easy-rsa-how-to-automate-client-server-creation-process/77575886#77575886
But ovpn-admin developers could add --passin=pass:mypassphrase if I typed passphrase in web interface ovpn-admin
example: easyrsa "--passin=pass:mypassphrase" build-client-full test777 nopass 1>/dev/null
easyrsa "--passin=pass:mypassphrase" build-client-full test777 nopass 1>/dev/null
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
Please add passphrase in ovpn-admin web interface for generate certs for new users.
Now I have to hack EasyRsa
https://stackoverflow.com/questions/22415601/using-easy-rsa-how-to-automate-client-server-creation-process/77575886#77575886
But ovpn-admin developers could add --passin=pass:mypassphrase if I typed passphrase in web interface ovpn-admin
example:
easyrsa "--passin=pass:mypassphrase" build-client-full test777 nopass 1>/dev/null
The text was updated successfully, but these errors were encountered: