mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
95 lines
3.3 KiB
Diff
95 lines
3.3 KiB
Diff
diff --git a/test/config/ca.json b/test/config/ca.json
|
|
index a64ec7ac2..09ffa1efe 100644
|
|
--- a/test/config/ca.json
|
|
+++ b/test/config/ca.json
|
|
@@ -60,7 +60,8 @@
|
|
"allowMustStaple": true,
|
|
"maxValidityPeriod": "7776000s",
|
|
"maxValidityBackdate": "1h5m",
|
|
- "lintConfig": "test/config-next/zlint.toml",
|
|
+ "includeCRLDistributionPoints": true,
|
|
+ "lintConfig": "test/config/zlint.toml",
|
|
"ignoredLints": [
|
|
"w_subject_common_name_included",
|
|
"w_ext_subject_key_identifier_not_recommended_subscriber"
|
|
@@ -74,7 +75,8 @@
|
|
"omitSKID": true,
|
|
"maxValidityPeriod": "583200s",
|
|
"maxValidityBackdate": "1h5m",
|
|
- "lintConfig": "test/config-next/zlint.toml",
|
|
+ "includeCRLDistributionPoints": true,
|
|
+ "lintConfig": "test/config/zlint.toml",
|
|
"ignoredLints": [
|
|
"w_ext_subject_key_identifier_missing_sub_cert"
|
|
]
|
|
@@ -101,39 +103,7 @@
|
|
"issuers": [
|
|
{
|
|
"active": true,
|
|
- "issuerURL": "http://ca.example.org:4502/int-ecdsa-a",
|
|
- "ocspURL": "http://ca.example.org:4002/",
|
|
- "crlURLBase": "http://ca.example.org:4501/lets-encrypt-crls/43104258997432926/",
|
|
- "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/lets-encrypt-crls/17302365692836921/",
|
|
- "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/lets-encrypt-crls/56560759852043581/",
|
|
- "location": {
|
|
- "configFile": "test/certs/webpki/int-ecdsa-c.pkcs11.json",
|
|
- "certFile": "test/certs/webpki/int-ecdsa-c.cert.pem",
|
|
- "numSessions": 2
|
|
- }
|
|
- },
|
|
- {
|
|
- "active": true,
|
|
+ "crlShards": 1,
|
|
"issuerURL": "http://ca.example.org:4502/int-rsa-a",
|
|
"ocspURL": "http://ca.example.org:4002/",
|
|
"crlURLBase": "http://ca.example.org:4501/lets-encrypt-crls/29947985078257530/",
|
|
@@ -142,28 +112,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/lets-encrypt-crls/6762885421992935/",
|
|
- "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/lets-encrypt-crls/56183656833365902/",
|
|
- "location": {
|
|
- "configFile": "test/certs/webpki/int-rsa-c.pkcs11.json",
|
|
- "certFile": "test/certs/webpki/int-rsa-c.cert.pem",
|
|
- "numSessions": 2
|
|
- }
|
|
}
|
|
]
|
|
},
|