-
Notifications
You must be signed in to change notification settings - Fork 187
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
Update Easy-RSA and CFSSL to support LibreSSL #182
Comments
/reopen The PR only partially fixes this. |
@MaxRenaud: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/close #184 was merged and fixes this completely. |
@MaxRenaud: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The Easy-RSA script used by this project is pull from:
https://storage.googleapis.com/kubernetes-release/easy-rsa/easy-rsa.tar.gz
According to the latest entry in the Changelog, it's an old version:
3.0.0-rc2 (2014/07/27)
This is preventing OS that use LibreSSL instead of OpenSSL from running
make certs
. See OpenVPN/easy-rsa#74. My OS is macOS Big Sur Version 11.2.3For troubleshooting purposes, I have manually copied https://github.com/OpenVPN/easy-rsa to the easy-rsa-master directory.
CFSSL also needs to be updated. The Makefile references version R1.2 from https://pkg.cfssl.org/. While this appears to be the latest version, it seems like it's no longer updated and the latest version is really 1.5.0. I have updated the Makefile to use version 1.5.0
I was able to run
make certs
The text was updated successfully, but these errors were encountered: