-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add aliasing for vagrant binary including CA trust for internal transparent proxy #43
Comments
@fredrikhgrelland, are you actually working on this? Asking because you said you were going to work on #20 |
No. Sorry. Not working on that |
You mean something that runs |
I thought it might be possible to add an alias to bashrc when running make install. It could wrap vagrant with those environment variables. See first comment. |
Can we assume everybody has the same path to the certificate-file? If not, they would have to go in and edit the source-code to make it work with their system if it's different. In that case only having the doc for transparent proxy is better IMO. Draft-PR with proposed solution added. |
SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt vagrant
The text was updated successfully, but these errors were encountered: