mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Add example config.json
This commit is contained in:
parent
31db3b7034
commit
ce0a6a1814
1 changed files with 17 additions and 0 deletions
17
config.json
Normal file
17
config.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
// Canonical URL https://eff.org/starttls-everywhere/config -- redirects to
|
||||
// latest version
|
||||
"timestamp": 1401093333
|
||||
"author": "Electronic Frontier Foundation https://eff.org",
|
||||
"expires": 1404677353, // epoch seconds
|
||||
"address-domains": {
|
||||
"valid-example-recipient.com": {
|
||||
"accept-mx-domains": [ "valid-example-recipient.com" ]
|
||||
}
|
||||
}
|
||||
"mx-domains": {
|
||||
"valid-example-recipient.com": {
|
||||
"min-tls-version": "TLSv1.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue