Skip to content
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

crypto/x509: add /usr/local/share/ca-certificates to certificate directories #23217

Closed
mmiranda96 opened this issue Dec 21, 2017 · 2 comments
Closed
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.

Comments

@mmiranda96
Copy link

This is the default ca-certificate path in Debian/Ubuntu. Similar to this issue.

@adamdecaf
Copy link
Contributor

What version of ubuntu is this for?

The update-ca-certificates tool mentions these belong in /usr/share/ca-certificates. (Ubuntu 17.10)

root@b3ac6efab8f7:/# cat /etc/ca-certificates.conf 
# This file lists certificates that you wish to use or to ignore to be
# installed in /etc/ssl/certs.
# update-ca-certificates(8) will update /etc/ssl/certs by reading this file.
#
# This is autogenerated by dpkg-reconfigure ca-certificates.
# Certificates should be installed under /usr/share/ca-certificates
# and files with extension '.crt' is recognized as available certs.
#
# line begins with # is comment.
# line begins with ! is certificate filename to be deselected.
#

Go reads a bundle file from /etc/ssl/certs/ca-certificates.crt in this case which update-ca-certificates generates.

@titanous titanous added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Dec 21, 2017
@mmiranda96
Copy link
Author

I'm using Debian 9.3, but it seems I was wrongly installing a certificate. Sorry for the inconvenience.

@golang golang locked and limited conversation to collaborators Dec 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

No branches or pull requests

4 participants