Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
copy over ca-bundle and int-bundle testdata from cloudflare/cfssl_trust
  • Loading branch information
nickysemenza committed Nov 13, 2020
1 parent 5c037eb commit f712ad9
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 5,708 deletions.
4 changes: 3 additions & 1 deletion bundler/bundler_test.go
Expand Up @@ -15,7 +15,9 @@ import (
)

const (
testCaBundle = "testdata/ca-bundle.pem"
// from https://github.com/cloudflare/cfssl_trust/blob/master/ca-bundle.crt
testCaBundle = "testdata/ca-bundle.pem"
// from https://github.com/cloudflare/cfssl_trust/blob/master/int-bundle.crt
testIntCaBundle = "testdata/int-bundle.pem"
testNSSRootBundle = "testdata/nss.pem"
testMetadata = "testdata/ca-bundle.crt.metadata"
Expand Down

0 comments on commit f712ad9

Please sign in to comment.