-
-
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
Config error on Ubuntu 14.04 #64
Conversation
Did a little more digging, looks like it's a change in the easy-rsa package. This is from Ubuntu 12.04:
The subjectAltName lines are all commented by default. This is from 14.04:
|
Thanks for reporting! Could you check whether the format of the |
Here's the full file:
|
This looks like the |
Sorry wrong file, here's the default vars:
|
I forked and added a simple fix which works for me: https://github.com/Philio/puppet-openvpn/blob/master/manifests/server.pp#L345-L354 Note: updated link, first attempt was a little buggy! |
As the failing command is something which has not been provided by When I add Does this work out for you too? |
Just tried this out myself and can confirm you fix worked perfectly on Ubuntu 14.04. Thanks for your help! |
Completes support for Ubuntu Trusty, fixes #64
Thanks for reporting back! It's now fixed and will be released with Version 2.4.0. |
Hey, thanks for the prompt resolution on the previous bug, I was about to have a look at it myself but you beat me to it.
I've come across another issue (note - replaced my domain name):
Line 198 was this:
I commented it out and got another one:
Line 220 is the same:
Commented out again and worked. Let me know if I can provide anything else to assist.