File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,18 +31,22 @@ index c237d7f..1336bb5 100644
3131\ No newline at end of file
3232+ }
3333diff --git a/test/config/ca.json b/test/config/ca.json
34- index f35d961..18601f0 100644
34+ index a4d71c8..9057f6f 100644
3535--- a/test/config/ca.json
3636+++ b/test/config/ca.json
37- @@ -5,7 +5,7 @@
37+ @@ -5,10 +5,10 @@
3838 "ecdsaProfile": "ecdsaEE",
3939 "debugAddr": "localhost:8001",
40- "Key": {
41- - "ConfigFile": "test/test-ca.key-pkcs11.json"
42- + "file": "test/test-ca.key"
43- },
40+ "Issuers": [{
41+ - "ConfigFile": "test/test-ca.key-pkcs11.json",
42+ + "File": "test/test-ca.key",
43+ "CertFile": "test/test-ca2.pem"
44+ }, {
45+ - "ConfigFile": "test/test-ca.key-pkcs11.json",
46+ + "File": "test/test-ca.key",
47+ "CertFile": "test/test-ca.pem"
48+ }],
4449 "expiry": "2160h",
45- "lifespanOCSP": "96h",
4650diff --git a/test/config/va.json b/test/config/va.json
4751index 75ff959..371edf3 100644
4852--- a/test/config/va.json
You can’t perform that action at this time.
0 commit comments