Skip to content

Commit

Permalink
added trustbundlep7b
Browse files Browse the repository at this point in the history
  • Loading branch information
priyacj committed Nov 25, 2024
1 parent 0a6898f commit 1639248
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ func TestClientCert(t *testing.T) {
desc string
clientCertFile string
clientKeyFile string
sequence uint32
serverCertFile string
serverKeyFile string
trustBundleFile string
Expand Down Expand Up @@ -131,6 +130,7 @@ func TestClientCert(t *testing.T) {
serverCertFile: dirPath + "ca-02/server-rsa-a-cert.pem",
serverKeyFile: dirPath + "ca-02/server-rsa-a-key.pem",
trustBundleFile: dirPath + "ca-02/trust_bundle_02_rsa.pem",
p7btrustBundle: dirPath + "ca-02/trust_bundle_02_rsa.p7b",
clientCertFile: dirPath + "ca-02/client-rsa-a-cert.pem",
clientKeyFile: dirPath + "ca-02/client-rsa-a-key.pem",
},
Expand All @@ -139,6 +139,7 @@ func TestClientCert(t *testing.T) {
serverCertFile: dirPath + "ca-02/server-ecdsa-a-cert.pem",
serverKeyFile: dirPath + "ca-02/server-ecdsa-a-key.pem",
trustBundleFile: dirPath + "ca-02/trust_bundle_02_ecdsa.pem",
p7btrustBundle: dirPath + "ca-02/trust_bundle_02_ecdsa.p7b",
clientCertFile: dirPath + "ca-02/client-ecdsa-a-cert.pem",
clientKeyFile: dirPath + "ca-02/client-ecdsa-a-key.pem",
},
Expand All @@ -147,6 +148,7 @@ func TestClientCert(t *testing.T) {
serverCertFile: dirPath + "ca-10/server-rsa-a-cert.pem",
serverKeyFile: dirPath + "ca-10/server-rsa-a-key.pem",
trustBundleFile: dirPath + "ca-10/trust_bundle_10_rsa.pem",
p7btrustBundle: dirPath + "ca-10/trust_bundle_10_rsa.p7b",
clientCertFile: dirPath + "ca-10/client-rsa-a-cert.pem",
clientKeyFile: dirPath + "ca-10/client-rsa-a-key.pem",
},
Expand All @@ -155,6 +157,7 @@ func TestClientCert(t *testing.T) {
serverCertFile: dirPath + "ca-10/server-ecdsa-a-cert.pem",
serverKeyFile: dirPath + "ca-10/server-ecdsa-a-key.pem",
trustBundleFile: dirPath + "ca-10/trust_bundle_10_ecdsa.pem",
p7btrustBundle: dirPath + "ca-10/trust_bundle_10_ecdsa.p7b",
clientCertFile: dirPath + "ca-10/client-ecdsa-a-cert.pem",
clientKeyFile: dirPath + "ca-10/client-ecdsa-a-key.pem",
},
Expand All @@ -163,6 +166,7 @@ func TestClientCert(t *testing.T) {
serverCertFile: dirPath + "ca-1000/server-rsa-a-cert.pem",
serverKeyFile: dirPath + "ca-1000/server-rsa-a-key.pem",
trustBundleFile: dirPath + "ca-1000/trust_bundle_1000_rsa.pem",
p7btrustBundle: dirPath + "ca-1000/trust_bundle_1000_rsa.p7b",
clientCertFile: dirPath + "ca-1000/client-rsa-a-cert.pem",
clientKeyFile: dirPath + "ca-1000/client-rsa-a-key.pem",
},
Expand All @@ -171,6 +175,7 @@ func TestClientCert(t *testing.T) {
serverCertFile: dirPath + "ca-1000/server-ecdsa-a-cert.pem",
serverKeyFile: dirPath + "ca-1000/server-ecdsa-a-key.pem",
trustBundleFile: dirPath + "ca-1000/trust_bundle_1000_ecdsa.pem",
p7btrustBundle: dirPath + "ca-1000/trust_bundle_1000_ecdsa.p7b",
clientCertFile: dirPath + "ca-1000/client-ecdsa-a-cert.pem",
clientKeyFile: dirPath + "ca-1000/client-ecdsa-a-key.pem",
},
Expand Down

0 comments on commit 1639248

Please sign in to comment.