Skip to content

Commit

Permalink
Merge pull request #16 from smallstep/herman/fix-slse-path
Browse files Browse the repository at this point in the history
  • Loading branch information
hslatman authored Dec 23, 2022
2 parents 68f087e + 33d107c commit bf50add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions truststore_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ func init() {
case pathExists("/usr/local/share/ca-certificates/"):
SystemTrustFilename = "/usr/local/share/ca-certificates/%s.crt"
SystemTrustCommand = []string{"update-ca-certificates"}
case pathExists("/usr/shared/pki/trust/anchors/"):
SystemTrustFilename = "/usr/shared/pki/trust/anchors/%s.crt"
case pathExists("/usr/share/pki/trust/anchors/"):
SystemTrustFilename = "/usr/share/pki/trust/anchors/%s.crt"
SystemTrustCommand = []string{"update-ca-certificates"}
case pathExists("/etc/ca-certificates/trust-source/anchors/"):
SystemTrustFilename = "/etc/ca-certificates/trust-source/anchors/%s.crt"
Expand Down

0 comments on commit bf50add

Please sign in to comment.