mirror of
https://github.com/certbot/certbot.git
synced 2026-04-10 19:49:22 -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/`.
17 lines
489 B
JSON
17 lines
489 B
JSON
{
|
|
"comment": "Canonical URL https://eff.org/starttls-everywhere/config -- redirects to latest version",
|
|
"timestamp": 1401093333,
|
|
"author": "Electronic Frontier Foundation https://eff.org",
|
|
"expires": 1404677353, "comment 2:": "epoch seconds",
|
|
"tls-policies": {
|
|
".valid-example-recipient.com": {
|
|
"min-tls-version": "TLSv1.1"
|
|
}
|
|
},
|
|
"acceptable-mxs": {
|
|
"valid-example-recipient.com": {
|
|
"accept-mx-domains": [ ".valid-example-recipient.com" ]
|
|
}
|
|
}
|
|
|
|
}
|