Files
labca/patches/test_config_ca.patch
2025-08-05 19:35:09 +02:00

151 lines
5.0 KiB
Diff

diff --git a/test/config/ca.json b/test/config/ca.json
index 6e60285a5..672cb29ce 100644
--- a/test/config/ca.json
+++ b/test/config/ca.json
@@ -1,11 +1,11 @@
{
"ca": {
"tls": {
- "caCertFile": "test/certs/ipki/minica.pem",
- "certFile": "test/certs/ipki/ca.boulder/cert.pem",
- "keyFile": "test/certs/ipki/ca.boulder/key.pem"
+ "caCertFile": "labca/certs/ipki/minica.pem",
+ "certFile": "labca/certs/ipki/ca.boulder/cert.pem",
+ "keyFile": "labca/certs/ipki/ca.boulder/key.pem"
},
- "hostnamePolicyFile": "test/ident-policy.yaml",
+ "hostnamePolicyFile": "labca/ident-policy.yaml",
"grpcCA": {
"maxConnectionAge": "30s",
"address": ":9093",
@@ -64,7 +64,8 @@
"includeCRLDistributionPoints": true,
"maxValidityPeriod": "7776000s",
"maxValidityBackdate": "1h5m",
- "lintConfig": "test/config-next/zlint.toml",
+ "includeCRLDistributionPoints": true,
+ "lintConfig": "labca/config/zlint.toml",
"ignoredLints": [
"w_subject_common_name_included",
"e_dnsname_not_valid_tld",
@@ -81,7 +82,8 @@
"includeCRLDistributionPoints": true,
"maxValidityPeriod": "160h",
"maxValidityBackdate": "1h5m",
- "lintConfig": "test/config-next/zlint.toml",
+ "includeCRLDistributionPoints": true,
+ "lintConfig": "labca/config/zlint.toml",
"ignoredLints": [
"w_ext_subject_key_identifier_missing_sub_cert",
"e_dnsname_not_valid_tld"
@@ -97,7 +99,7 @@
"includeCRLDistributionPoints": true,
"maxValidityPeriod": "583200s",
"maxValidityBackdate": "1h5m",
- "lintConfig": "test/config-next/zlint.toml",
+ "lintConfig": "labca/config-next/zlint.toml",
"ignoredLints": [
"w_ext_subject_key_identifier_missing_sub_cert",
"e_dnsname_not_valid_tld"
@@ -107,78 +109,19 @@
"crlProfile": {
"validityInterval": "216h",
"maxBackdate": "1h5m",
- "lintConfig": "test/config/zlint.toml"
+ "lintConfig": "labca/config/zlint.toml"
},
"issuers": [
{
"active": true,
- "crlShards": 10,
- "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,
- "crlShards": 10,
- "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,
- "crlShards": 10,
- "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,
"crlShards": 10,
"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/",
"location": {
- "configFile": "test/certs/webpki/int-rsa-a.pkcs11.json",
- "certFile": "test/certs/webpki/int-rsa-a.cert.pem",
- "numSessions": 2
- }
- },
- {
- "active": true,
- "crlShards": 10,
- "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,
- "crlShards": 10,
- "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",
+ "configFile": "labca/certs/webpki/issuer-01.pkcs11.json",
+ "certFile": "labca/certs/webpki/issuer-01-cert.pem",
"numSessions": 2
}
}
@@ -190,7 +133,7 @@
"goodkey": {},
"ocspLogMaxLength": 4000,
"ocspLogPeriod": "500ms",
- "ctLogListFile": "test/ct-test-srv/log_list.json",
+ "ctLogListFile": "labca/ct-test-srv/log_list.json",
"features": {}
},
"pa": {
@@ -205,7 +148,7 @@
}
},
"syslog": {
- "stdoutlevel": 4,
+ "stdoutlevel": 6,
"sysloglevel": 4
}
}