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 /etc/ssl/certs to certificate directories #12139

Closed
deafgoat opened this issue Aug 13, 2015 · 1 comment
Closed

crypto/x509: add /etc/ssl/certs to certificate directories #12139

deafgoat opened this issue Aug 13, 2015 · 1 comment
Milestone

Comments

@deafgoat
Copy link
Contributor

This will allow certificate verification from system root CAs work for distros such as SLES10/SLES11 which have certificates stored there.

Originally asked about this in https://groups.google.com/forum/#!topic/golang-nuts/lEInOWNOVxk

@ianlancetaylor ianlancetaylor added this to the Go1.6 milestone Aug 13, 2015
@ianlancetaylor ianlancetaylor changed the title Add /etc/ssl/certs to certificate directories crypto/x509: Add /etc/ssl/certs to certificate directories Aug 13, 2015
@rsc
Copy link
Contributor

rsc commented Nov 5, 2015

It is OK to add /etc/ssl/certs to crypto/x509/root_unix.go.

@rsc rsc changed the title crypto/x509: Add /etc/ssl/certs to certificate directories crypto/x509: add /etc/ssl/certs to certificate directories Nov 5, 2015
@minux minux closed this as completed in 61ca7e5 Nov 5, 2015
@golang golang locked and limited conversation to collaborators Nov 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants