mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
43 lines
1.3 KiB
Diff
43 lines
1.3 KiB
Diff
diff --git a/test/config/ca.json b/test/config/ca.json
|
|
index cbb84f385..ec28cd37d 100644
|
|
--- a/test/config/ca.json
|
|
+++ b/test/config/ca.json
|
|
@@ -58,18 +58,6 @@
|
|
"maxValidityBackdate": "1h5m"
|
|
},
|
|
"issuers": [
|
|
- {
|
|
- "useForRSALeaves": false,
|
|
- "useForECDSALeaves": true,
|
|
- "issuerURL": "http://ca.example.org:4502/int-ecdsa-a",
|
|
- "ocspURL": "http://ca.example.org:4002/",
|
|
- "crlURLBase": "http://ca.example.org:4501/ecdsa-a/",
|
|
- "location": {
|
|
- "configFile": "test/certs/webpki/int-ecdsa-a.pkcs11.json",
|
|
- "certFile": "test/certs/webpki/int-ecdsa-a.cert.pem",
|
|
- "numSessions": 2
|
|
- }
|
|
- },
|
|
{
|
|
"useForRSALeaves": true,
|
|
"useForECDSALeaves": true,
|
|
@@ -81,18 +69,6 @@
|
|
"certFile": "test/certs/webpki/int-rsa-a.cert.pem",
|
|
"numSessions": 2
|
|
}
|
|
- },
|
|
- {
|
|
- "useForRSALeaves": false,
|
|
- "useForECDSALeaves": false,
|
|
- "issuerURL": "http://ca.example.org:4502/int-rsa-b",
|
|
- "ocspURL": "http://ca.example.org:4003/",
|
|
- "crlURLBase": "http://ca.example.org:4501/rsa-b/",
|
|
- "location": {
|
|
- "configFile": "test/certs/webpki/int-rsa-b.pkcs11.json",
|
|
- "certFile": "test/certs/webpki/int-rsa-b.cert.pem",
|
|
- "numSessions": 2
|
|
- }
|
|
}
|
|
],
|
|
"ignoredLints": [
|