-
Notifications
You must be signed in to change notification settings - Fork 207
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
[Bug] openvpn_tls_key file is read before creation #164
Comments
I just ran the latest pull and I am getting an error in the Read TLS-auth key task. |
I have change the order on openvpn.yml to the following
and now the ta.key is created but I am now getting the following error in "generate client configuration" in core/client.yml |
You have try this pull #169 ? |
Same issue |
was it successfully merged ? |
Enabling
openvpn_tls_auth
leads to an error in theRead TLS-auth key
task.When
openvpn_tls_auth
is set, theopenvpn_tls_key
file is created in tasks/authentication/tls.yml. The same file is read in tasks/core/read-client-files.yml (whenopenvpn_tls_auth
andopenvpn_unified_client_profiles
are set). In ff24a35 the order of creation and reading was swapped: now reading theopenvpn_tls_key
file is attempted before the file is created.The text was updated successfully, but these errors were encountered: