Skip to content

Commit f712ad9

Browse files
committed
copy over ca-bundle and int-bundle testdata from cloudflare/cfssl_trust
1 parent 5c037eb commit f712ad9

File tree

3 files changed

+58
-5708
lines changed

3 files changed

+58
-5708
lines changed

bundler/bundler_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ import (
1515
)
1616

1717
const (
18-
testCaBundle = "testdata/ca-bundle.pem"
18+
// 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
1921
testIntCaBundle = "testdata/int-bundle.pem"
2022
testNSSRootBundle = "testdata/nss.pem"
2123
testMetadata = "testdata/ca-bundle.crt.metadata"

0 commit comments

Comments
 (0)