-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
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
TLS key can't be generated for OpenVPN client/server #81
Comments
same problem, i am writing a patch now. |
Another question is how is this to be used in practice? Presumably you need to collect the key, so I think we need to make the modules return the key when |
Yes, this is how I envisioned using it. Our current processes involve manual copying of the keys, so instead having the module return the generated key would be useful. |
Okay, PR #107 should return any generated keys. |
The documentation specifies that you can set tls='generate' to generate a TLS key, however this seems to be un-implemented, as the parameter is required to match the correct format and I can't seem to find anything that would parse the keyword "generate".
core/plugins/modules/pfsense_openvpn_server.py
Line 67 in 278676d
core/plugins/modules/pfsense_openvpn_client.py
Line 69 in 278676d
The text was updated successfully, but these errors were encountered: