feat(dir2config)
This commit is contained in:
2
vendor/github.com/cloudflare/cfssl/auth/auth.go
generated
vendored
2
vendor/github.com/cloudflare/cfssl/auth/auth.go
generated
vendored
@ -56,7 +56,7 @@ func New(key string, ad []byte) (*Standard, error) {
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
key = string(data)
|
||||
key = strings.TrimSpace(string(data))
|
||||
default:
|
||||
return nil, fmt.Errorf("unknown key prefix: %s", splitKey[0])
|
||||
}
|
||||
|
Reference in New Issue
Block a user