mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
145 lines
4.7 KiB
Diff
145 lines
4.7 KiB
Diff
diff --git a/test/config/ca.json b/test/config/ca.json
|
|
index 477f82b12..9512d98b0 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",
|
|
@@ -59,7 +59,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",
|
|
@@ -76,7 +77,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"
|
|
@@ -92,7 +94,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"
|
|
@@ -102,72 +104,17 @@
|
|
"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",
|
|
- "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",
|
|
- "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,
|
|
- "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,
|
|
- "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
|
|
}
|
|
}
|
|
@@ -179,7 +126,7 @@
|
|
"goodkey": {},
|
|
"ocspLogMaxLength": 4000,
|
|
"ocspLogPeriod": "500ms",
|
|
- "ctLogListFile": "test/ct-test-srv/log_list.json",
|
|
+ "ctLogListFile": "labca/ct-test-srv/log_list.json",
|
|
"features": {}
|
|
},
|
|
"pa": {
|
|
@@ -194,7 +141,7 @@
|
|
}
|
|
},
|
|
"syslog": {
|
|
- "stdoutlevel": 4,
|
|
+ "stdoutlevel": 6,
|
|
"sysloglevel": 4
|
|
}
|
|
}
|