Files
labca/patches/test_config_ca.patch
2025-11-14 15:09:09 +01:00

159 lines
4.8 KiB
Diff

diff --git a/test/config/ca.json b/test/config/ca.json
index 59a1f348c..58f51f5e7 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",
@@ -56,7 +56,7 @@
"omitSKID": false,
"maxValidityPeriod": "7776000s",
"maxValidityBackdate": "1h5m",
- "lintConfig": "test/config-next/zlint.toml",
+ "lintConfig": "labca/config/zlint.toml",
"ignoredLints": [
"w_subject_common_name_included",
"e_dnsname_not_valid_tld",
@@ -70,7 +70,7 @@
"omitSKID": true,
"maxValidityPeriod": "160h",
"maxValidityBackdate": "1h5m",
- "lintConfig": "test/config-next/zlint.toml",
+ "lintConfig": "labca/config/zlint.toml",
"ignoredLints": [
"w_ext_subject_key_identifier_missing_sub_cert",
"e_dnsname_not_valid_tld"
@@ -83,7 +83,7 @@
"omitSKID": 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"
@@ -93,23 +93,9 @@
"crlProfile": {
"validityInterval": "216h",
"maxBackdate": "1h5m",
- "lintConfig": "test/config/zlint.toml"
+ "lintConfig": "labca/config/zlint.toml"
},
"issuers": [
- {
- "active": true,
- "profiles": [
- "legacy"
- ],
- "crlShards": 10,
- "issuerURL": "http://ca.example.org:4502/int-ecdsa-a",
- "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,
"profiles": [
@@ -117,64 +103,12 @@
"modern",
"shortlived"
],
- "crlShards": 10,
- "issuerURL": "http://ca.example.org:4502/int-ecdsa-b",
- "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",
- "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,
- "profiles": [
- "legacy"
- ],
- "crlShards": 10,
+ "crlShards": 1,
"issuerURL": "http://ca.example.org:4502/int-rsa-a",
"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,
- "profiles": [
- "legacy",
- "modern",
- "shortlived"
- ],
- "crlShards": 10,
- "issuerURL": "http://ca.example.org:4502/int-rsa-b",
- "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",
- "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
}
}
@@ -184,7 +118,7 @@
"maxNames": 100,
"goodkey": {},
"ocspLogMaxLength": 4000,
- "ctLogListFile": "test/ct-test-srv/log_list.json",
+ "ctLogListFile": "labca/ct-test-srv/log_list.json",
"features": {}
},
"pa": {
@@ -199,7 +133,7 @@
}
},
"syslog": {
- "stdoutlevel": 4,
+ "stdoutlevel": 6,
"sysloglevel": 4
}
}