mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
74 lines
2.3 KiB
Diff
74 lines
2.3 KiB
Diff
diff --git a/test/config/ca.json b/test/config/ca.json
|
|
index cc4728363..2eb95ad81 100644
|
|
--- a/test/config/ca.json
|
|
+++ b/test/config/ca.json
|
|
@@ -58,39 +58,6 @@
|
|
"maxValidityBackdate": "1h5m"
|
|
},
|
|
"issuers": [
|
|
- {
|
|
- "active": 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
|
|
- }
|
|
- },
|
|
- {
|
|
- "active": true,
|
|
- "issuerURL": "http://ca.example.org:4502/int-ecdsa-b",
|
|
- "ocspURL": "http://ca.example.org:4002/",
|
|
- "crlURLBase": "http://ca.example.org:4501/ecdsa-b/",
|
|
- "location": {
|
|
- "configFile": "test/certs/webpki/int-ecdsa-b.pkcs11.json",
|
|
- "certFile": "test/certs/webpki/int-ecdsa-b.cert.pem",
|
|
- "numSessions": 2
|
|
- }
|
|
- },
|
|
- {
|
|
- "active": false,
|
|
- "issuerURL": "http://ca.example.org:4502/int-ecdsa-c",
|
|
- "ocspURL": "http://ca.example.org:4002/",
|
|
- "crlURLBase": "http://ca.example.org:4501/ecdsa-c/",
|
|
- "location": {
|
|
- "configFile": "test/certs/webpki/int-ecdsa-c.pkcs11.json",
|
|
- "certFile": "test/certs/webpki/int-ecdsa-c.cert.pem",
|
|
- "numSessions": 2
|
|
- }
|
|
- },
|
|
{
|
|
"active": true,
|
|
"issuerURL": "http://ca.example.org:4502/int-rsa-a",
|
|
@@ -101,28 +68,6 @@
|
|
"certFile": "test/certs/webpki/int-rsa-a.cert.pem",
|
|
"numSessions": 2
|
|
}
|
|
- },
|
|
- {
|
|
- "active": true,
|
|
- "issuerURL": "http://ca.example.org:4502/int-rsa-b",
|
|
- "ocspURL": "http://ca.example.org:4002/",
|
|
- "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
|
|
- }
|
|
- },
|
|
- {
|
|
- "active": false,
|
|
- "issuerURL": "http://ca.example.org:4502/int-rsa-c",
|
|
- "ocspURL": "http://ca.example.org:4002/",
|
|
- "crlURLBase": "http://ca.example.org:4501/rsa-c/",
|
|
- "location": {
|
|
- "configFile": "test/certs/webpki/int-rsa-c.pkcs11.json",
|
|
- "certFile": "test/certs/webpki/int-rsa-c.cert.pem",
|
|
- "numSessions": 2
|
|
- }
|
|
}
|
|
],
|
|
"lintConfig": "test/config/zlint.toml",
|