-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
Earsdown/external ca support #181
Earsdown/external ca support #181
Conversation
dh <%= @extca_dh_file %> | ||
<% end -%> | ||
<% unless @remote or !@crl_verify or !@extca_ca_crl_file -%> | ||
crl-verify <%= @extca_ca_crl_file %> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is already a crl-verify
on https://github.com/luxflux/puppet-openvpn/pull/181/files#diff-802d2d256313233cb337adc27a84b4a4L23. I am pretty sure this will mess up something if it's specified twice.
Thank you for your work on this. When I investigated the Travis error, I found an issue which I marked with a comment. Could you address this one? Thank you! |
@luxflux any updates on this? |
@earsdown @lendico-seong I added a review comment and the tests are failing. At the moment I don't have the time to dig into this and fix it by myself, so I'd appreciate if someone else can take care of it. |
This has been solved with #192 . |
Hi, I really liked the changes by @earsdown. I applied the requested fixes, so we can get this merged.
See #170 .