Skip to content
Snippets Groups Projects
Unverified Commit bf50add3 authored by Herman Slatman's avatar Herman Slatman Committed by GitHub
Browse files

Merge pull request #16 from smallstep/herman/fix-slse-path

parents 68f087e3 33d107c4
No related branches found
No related tags found
No related merge requests found
...@@ -34,8 +34,8 @@ func init() { ...@@ -34,8 +34,8 @@ func init() {
case pathExists("/usr/local/share/ca-certificates/"): case pathExists("/usr/local/share/ca-certificates/"):
SystemTrustFilename = "/usr/local/share/ca-certificates/%s.crt" SystemTrustFilename = "/usr/local/share/ca-certificates/%s.crt"
SystemTrustCommand = []string{"update-ca-certificates"} SystemTrustCommand = []string{"update-ca-certificates"}
case pathExists("/usr/shared/pki/trust/anchors/"): case pathExists("/usr/share/pki/trust/anchors/"):
SystemTrustFilename = "/usr/shared/pki/trust/anchors/%s.crt" SystemTrustFilename = "/usr/share/pki/trust/anchors/%s.crt"
SystemTrustCommand = []string{"update-ca-certificates"} SystemTrustCommand = []string{"update-ca-certificates"}
case pathExists("/etc/ca-certificates/trust-source/anchors/"): case pathExists("/etc/ca-certificates/trust-source/anchors/"):
SystemTrustFilename = "/etc/ca-certificates/trust-source/anchors/%s.crt" SystemTrustFilename = "/etc/ca-certificates/trust-source/anchors/%s.crt"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment