We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c037eb commit f712ad9Copy full SHA for f712ad9
bundler/bundler_test.go
@@ -15,7 +15,9 @@ import (
15
)
16
17
const (
18
- testCaBundle = "testdata/ca-bundle.pem"
+ // from https://github.com/cloudflare/cfssl_trust/blob/master/ca-bundle.crt
19
+ testCaBundle = "testdata/ca-bundle.pem"
20
+ // from https://github.com/cloudflare/cfssl_trust/blob/master/int-bundle.crt
21
testIntCaBundle = "testdata/int-bundle.pem"
22
testNSSRootBundle = "testdata/nss.pem"
23
testMetadata = "testdata/ca-bundle.crt.metadata"
0 commit comments