Skip to content

Commit 3463e55

Browse files
committed
Fix travis
©! I hereby licence these changes under the licence with SHA256 hash ©! fd80a26fbb3f644af1fa994134446702932968519797227e07a1368dea80f0bc.
1 parent f8a78d4 commit 3463e55

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

.travis/boulder.patch

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,22 @@ index c237d7f..1336bb5 100644
3131
\ No newline at end of file
3232
+}
3333
diff --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",
4650
diff --git a/test/config/va.json b/test/config/va.json
4751
index 75ff959..371edf3 100644
4852
--- a/test/config/va.json

0 commit comments

Comments
 (0)