Created
June 5, 2015 00:15
-
-
Save tiborvass/d1c90da0068aca2b0943 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| s := certPool.Subjects() | |
| subjects := make([]string, len(s)) | |
| for i, subject := range s { | |
| subjects[i] = string(subject) | |
| } | |
| logrus.Debugf("Trusting certs with subjects: %v", subjects) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment