ContainerImage.Pinniped/internal/certauthority
Matt Moyer 74a328de41 Fix linter error in certauthority.
The error was:
```
internal/certauthority/certauthority.go:68:15: err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"expected CA to be a single certificate, found %d certificates\", certCount)" (goerr113)
		return nil, fmt.Errorf("expected CA to be a single certificate, found %d certificates", certCount)
		            ^
exit status 1
```

I'm not sure if I love this err113 linter.
2020-07-27 12:33:33 -07:00
..
testdata Extend certauthority to support loading an existing CA. 2020-07-27 12:33:33 -07:00
certauthority.go Fix linter error in certauthority. 2020-07-27 12:33:33 -07:00
certauthority_test.go Fix linter error in certauthority. 2020-07-27 12:33:33 -07:00