mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 18:19:33 +00:00
26 lines
907 B
Diff
26 lines
907 B
Diff
diff --git a/test/config/ca-b.json b/test/config/ca-b.json
|
|
index 6c7d9d272..4e428bc4a 100644
|
|
--- a/test/config/ca-b.json
|
|
+++ b/test/config/ca-b.json
|
|
@@ -58,19 +58,7 @@
|
|
"crlURL": "http://example.com/crl",
|
|
"location": {
|
|
"configFile": "test/test-ca.key-pkcs11.json",
|
|
- "certFile": "/tmp/intermediate-cert-rsa-a.pem",
|
|
- "numSessions": 2
|
|
- }
|
|
- },
|
|
- {
|
|
- "useForRSALeaves": false,
|
|
- "useForECDSALeaves": false,
|
|
- "issuerURL": "http://127.0.0.1:4000/acme/issuer-cert",
|
|
- "ocspURL": "http://127.0.0.1:4002/",
|
|
- "crlURL": "http://example.com/crl",
|
|
- "location": {
|
|
- "configFile": "test/test-ca.key-pkcs11.json",
|
|
- "certFile": "/tmp/intermediate-cert-rsa-b.pem",
|
|
+ "certFile": "test/test-ca.pem",
|
|
"numSessions": 2
|
|
}
|
|
}
|