Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
©! I hereby licence these changes under the licence with SHA256 hash
©! fd80a26fbb3f644af1fa994134446702932968519797227e07a1368dea80f0bc.
  • Loading branch information
hlandau committed Aug 31, 2016
1 parent f8a78d4 commit 3463e55
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .travis/boulder.patch
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,22 @@ index c237d7f..1336bb5 100644
\ No newline at end of file
+}
diff --git a/test/config/ca.json b/test/config/ca.json
index f35d961..18601f0 100644
index a4d71c8..9057f6f 100644
--- a/test/config/ca.json
+++ b/test/config/ca.json
@@ -5,7 +5,7 @@
@@ -5,10 +5,10 @@
"ecdsaProfile": "ecdsaEE",
"debugAddr": "localhost:8001",
"Key": {
- "ConfigFile": "test/test-ca.key-pkcs11.json"
+ "file": "test/test-ca.key"
},
"Issuers": [{
- "ConfigFile": "test/test-ca.key-pkcs11.json",
+ "File": "test/test-ca.key",
"CertFile": "test/test-ca2.pem"
}, {
- "ConfigFile": "test/test-ca.key-pkcs11.json",
+ "File": "test/test-ca.key",
"CertFile": "test/test-ca.pem"
}],
"expiry": "2160h",
"lifespanOCSP": "96h",
diff --git a/test/config/va.json b/test/config/va.json
index 75ff959..371edf3 100644
--- a/test/config/va.json
Expand Down

0 comments on commit 3463e55

Please sign in to comment.