summaryrefslogtreecommitdiff
path: root/go.sum
AgeCommit message (Collapse)Author
2021-08-24fix(test): update travis and e2e selfSignedCert fnDominic Evans
- add go.mod/go.sum - update .travis.yml to test against supported Go versions - drop golint from CI checks To satisfy modern Go crypto in the tlsrouter e2e_test.go: - bump RSA keysize to minimum 2048 bits - set NotBefore to valid recent timestamp - include CommonName in SANs Signed-off-by: Dominic Evans <[email protected]>