mirror of
https://github.com/certbot/certbot.git
synced 2026-04-13 21:18:43 -04:00
* Removed `ConfigParser.py` (ACK by Daniel). * Removed MTAConfigGenerator-stub and renamed to `PostfixConfigGenerator.py` * Moved all text/csv processing scripts to `tools/`. * Moved all configuration files into dedicated `examples/` directory. * unified all shebangs to `#!/usr/bin/env python` (default system python). * Moved domain CSV and text-files to `share/`.
36 lines
912 B
JSON
36 lines
912 B
JSON
{
|
|
"timestamp": 1401414363,
|
|
"author": "Electronic Frontier Foundation https://eff.org",
|
|
"expires": "2015-08-01T12:00:00+08:00",
|
|
"tls-policies": {
|
|
".yahoodns.net": {
|
|
"require-valid-certificate": true
|
|
},
|
|
".eff.org": {
|
|
"require-tls": true,
|
|
"min-tls-version": "TLSv1.1",
|
|
"enforce-mode": "enforce",
|
|
"accept-spki-hashes": [
|
|
"sha1/5R0zeLx7EWRxqw6HRlgCRxNLHDo=",
|
|
"sha1/YlrkMlC6C4SJRZSVyRvnvoJ+8eM="
|
|
]
|
|
},
|
|
".google.com": {
|
|
"require-valid-certificate": true,
|
|
"min-tls-version": "TLSv1.1",
|
|
"enforce-mode": "log-only",
|
|
"error-notification": "https://google.com/post/reports/here"
|
|
}
|
|
},
|
|
"acceptable-mxs": {
|
|
"yahoo.com": {
|
|
"accept-mx-domains": [".yahoodns.net"]
|
|
},
|
|
"gmail.com": {
|
|
"accept-mx-domains": [".google.com"]
|
|
},
|
|
"eff.org": {
|
|
"accept-mx-domains": [".eff.org"]
|
|
}
|
|
}
|
|
}
|