-
Notifications
You must be signed in to change notification settings - Fork 76
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
The openvpn.sh file doesn't work with Ubuntu 18.04 LTS #8
Comments
Thanks @gregglowrimore. Would you be willing to submit a PR? |
Could you tell me where the |
Is there a way to get the hacky fix? Currently AWS does not allow to create instances with an older version of Ubutu I think |
Never mind, there is a way to use Ubuntu 16.04. |
sorry @ron-camaron !!! I actually ended up using the below repo instead since the |
Had to fix this manually. Trouble is that make-cadir from easy-rsa 2.2.2 that comes with Ubuntu 18 doesn't deal with openssl-1.1.0.cnf yet. I had to re-run openvpn.sh and let it create the openvpn-ca directory, then ctrl-c out, cp /etc/ssl/openssl.cnf openvpn-ca/openssl-1.1.0.cnf, then run openvpn.sh again and it worked. |
@vaughnd I tried the workaround you mentioned, but to no avail. I ended up using the project mentioned by @saidmasoud which worked fine. |
Fixed by #13 |
The make-cadir creates a folder with a default vars file. In that vars file, there is a whichopensslcnf call that doesn't work with the openssl-*.cnf files laid out by the make-cadir. It needs another elif block to check for openssl-1.1.0.cnf to match the openssl version in 18.04 LTS.
The text was updated successfully, but these errors were encountered: