Skip to content

Commit

Permalink
Address Zi's comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
kisom committed Oct 27, 2015
1 parent ff27854 commit 65c12ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transport/ca/cfssl_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ var cfsslConfigDirs = []string{
}

// The CFKS standard is to have a configuration file for a label as
// <config>.label.
// <config>.json.
func findLabel(label string) *config.Config {
for _, dir := range cfsslConfigDirs {
cfgFile := filepath.Join(dir, label+".json")
Expand Down

0 comments on commit 65c12ae

Please sign in to comment.