144 lines
3.1 KiB
JSON
144 lines
3.1 KiB
JSON
{
|
|
"syslog": {
|
|
"network": "",
|
|
"server": "",
|
|
"tag": "boulder"
|
|
},
|
|
|
|
"amqp": {
|
|
"server": "amqp://guest:guest@localhost:5672",
|
|
"RA": {
|
|
"client": "RA.client",
|
|
"server": "RA.server"
|
|
},
|
|
"VA": {
|
|
"client": "VA.client",
|
|
"server": "VA.server"
|
|
},
|
|
"SA": {
|
|
"client": "SA.client",
|
|
"server": "SA.server"
|
|
},
|
|
"CA": {
|
|
"client": "CA.client",
|
|
"server": "CA.server"
|
|
}
|
|
},
|
|
|
|
"statsd": {
|
|
"server": "localhost:8125",
|
|
"prefix": "Boulder"
|
|
},
|
|
|
|
"wfe": {
|
|
"listenAddress": "127.0.0.1:4300",
|
|
"certCacheDuration": "6h",
|
|
"certNoCacheExpirationWindow": "8765h",
|
|
"indexCacheDuration": "24h",
|
|
"issuerCacheDuration": "48h",
|
|
"debugAddr": "localhost:8000"
|
|
},
|
|
|
|
"ca": {
|
|
"serialPrefix": 255,
|
|
"profile": "ee",
|
|
"dbDriver": "sqlite3",
|
|
"dbConnect": ":memory:",
|
|
"debugAddr": "localhost:8001",
|
|
"testMode": true,
|
|
"_comment": "This should only be present in testMode. In prod use an HSM.",
|
|
"Key": {
|
|
"File": "test/test-ca.key"
|
|
},
|
|
"expiry": "2160h",
|
|
"lifespanOCSP": "96h",
|
|
"maxNames": 1000,
|
|
"cfssl": {
|
|
"signing": {
|
|
"profiles": {
|
|
"ee": {
|
|
"usages": [
|
|
"digital signature",
|
|
"key encipherment",
|
|
"server auth",
|
|
"client auth"
|
|
],
|
|
"backdate": "1h",
|
|
"is_ca": false,
|
|
"issuer_urls": [
|
|
"http://int-x1.letsencrypt.org/cert"
|
|
],
|
|
"ocsp_url": "http://int-x1.letsencrypt.org/ocsp",
|
|
"crl_url": "http://int-x1.letsencrypt.org/crl",
|
|
"policies": [
|
|
{
|
|
"ID": "2.23.140.1.2.1"
|
|
},
|
|
{
|
|
"ID": "1.2.3.4",
|
|
"Qualifiers": [ {
|
|
"type": "id-qt-cps",
|
|
"value": "http://example.com/cps"
|
|
}, {
|
|
"type": "id-qt-unotice",
|
|
"value": "Do What Thou Wilt"
|
|
} ]
|
|
}
|
|
],
|
|
"expiry": "8760h",
|
|
"CSRWhitelist": {
|
|
"PublicKeyAlgorithm": true,
|
|
"PublicKey": true,
|
|
"SignatureAlgorithm": true
|
|
},
|
|
"UseSerialSeq": true
|
|
}
|
|
},
|
|
"default": {
|
|
"usages": [
|
|
"digital signature"
|
|
],
|
|
"expiry": "8760h"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
|
|
"ra": {
|
|
"debugAddr": "localhost:8002"
|
|
},
|
|
|
|
"sa": {
|
|
"dbDriver": "sqlite3",
|
|
"dbConnect": ":memory:",
|
|
"debugAddr": "localhost:8003"
|
|
},
|
|
|
|
"va": {
|
|
"userAgent": "boulder",
|
|
"debugAddr": "localhost:8004"
|
|
},
|
|
|
|
"sql": {
|
|
"SQLDebug": false,
|
|
"CreateTables": true
|
|
},
|
|
|
|
"mail": {
|
|
"server": "mail.example.com",
|
|
"port": "25",
|
|
"username": "cert-master@example.com",
|
|
"password": "password"
|
|
},
|
|
|
|
"common": {
|
|
"baseURL": "http://localhost:4300",
|
|
"issuerCert": "test/test-ca.pem",
|
|
"maxKeySize": 4096,
|
|
"dnsResolver": "127.0.0.1:8053",
|
|
"dnsTimeout": "10s"
|
|
},
|
|
|
|
"subscriberAgreementURL": "http://example.com/terms"
|
|
}
|