We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run librarian-chef install I get this error because Ruby isn't looking at Chef's certificate by default.
librarian-chef install
This issue is fixed by setting the SSL_CERT_FILE environment variable to
C:/opscode/chefdk/embedded/ssl/certs/cacert.pem
The text was updated successfully, but these errors were encountered:
I have the same error, but it's not fixed with cacert.pem :(
Sorry, something went wrong.
Me too
No branches or pull requests
When I run
librarian-chef install
I get this error because Ruby isn't looking at Chef's certificate by default.This issue is fixed by setting the SSL_CERT_FILE environment variable to
C:/opscode/chefdk/embedded/ssl/certs/cacert.pem
The text was updated successfully, but these errors were encountered: