certbot/examples/config.json

18 lines
489 B
JSON
Raw Normal View History

2014-06-06 17:04:38 -04:00
{
2014-06-06 18:54:22 -04:00
"comment": "Canonical URL https://eff.org/starttls-everywhere/config -- redirects to latest version",
"timestamp": 1401093333,
2014-06-06 17:04:38 -04:00
"author": "Electronic Frontier Foundation https://eff.org",
2014-06-06 18:54:22 -04:00
"expires": 1404677353, "comment 2:": "epoch seconds",
"tls-policies": {
".valid-example-recipient.com": {
2014-06-06 18:54:22 -04:00
"min-tls-version": "TLSv1.1"
2014-06-06 17:04:38 -04:00
}
2014-06-08 09:22:22 -04:00
},
2014-06-06 18:54:22 -04:00
"acceptable-mxs": {
2014-06-06 17:04:38 -04:00
"valid-example-recipient.com": {
"accept-mx-domains": [ ".valid-example-recipient.com" ]
2014-06-06 17:04:38 -04:00
}
2014-06-08 09:22:22 -04:00
}
2014-06-06 18:54:22 -04:00
2014-06-06 17:04:38 -04:00
}