mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
126 lines
2.3 KiB
JSON
126 lines
2.3 KiB
JSON
{
|
|
"address-domains": {
|
|
"craigslist.org": {
|
|
"accept-mx-domains": [
|
|
".craigslist.org"
|
|
]
|
|
},
|
|
"gmail.com": {
|
|
"accept-mx-domains": [
|
|
".google.com"
|
|
]
|
|
},
|
|
"interia.pl": {
|
|
"accept-mx-domains": [
|
|
".interia.pl"
|
|
]
|
|
},
|
|
"marktplaats.nl": {
|
|
"accept-mx-domains": [
|
|
".marktplaats.nl"
|
|
]
|
|
},
|
|
"rambler.ru": {
|
|
"accept-mx-domains": [
|
|
".rambler.ru"
|
|
]
|
|
},
|
|
"rocketmail.com": {
|
|
"accept-mx-domains": [
|
|
".yahoo.com"
|
|
]
|
|
},
|
|
"rogers.com": {
|
|
"accept-mx-domains": [
|
|
".yahoo.com"
|
|
]
|
|
},
|
|
"salesforce.com": {
|
|
"accept-mx-domains": [
|
|
".psmtp.com"
|
|
]
|
|
},
|
|
"sbcglobal.net": {
|
|
"accept-mx-domains": [
|
|
".yahoo.com"
|
|
]
|
|
},
|
|
"sompo-japan.co.jp": {
|
|
"accept-mx-domains": [
|
|
".psmtp.com"
|
|
]
|
|
},
|
|
"t-online.de": {
|
|
"accept-mx-domains": [
|
|
".t-online.de"
|
|
]
|
|
},
|
|
"wp.pl": {
|
|
"accept-mx-domains": [
|
|
".wp.pl"
|
|
]
|
|
},
|
|
"yahoo.co.uk": {
|
|
"accept-mx-domains": [
|
|
".yahoo.com"
|
|
]
|
|
},
|
|
"yahoo.com": {
|
|
"accept-mx-domains": [
|
|
".yahoo.com"
|
|
]
|
|
},
|
|
"yandex.ru": {
|
|
"accept-mx-domains": [
|
|
".yandex.ru"
|
|
]
|
|
},
|
|
"ymail.com": {
|
|
"accept-mx-domains": [
|
|
".yahoo.com"
|
|
]
|
|
}
|
|
},
|
|
"mx-domains": {
|
|
".craigslist.org": {
|
|
"min-tls-version": "TLSv1.1",
|
|
"require-tls": true
|
|
},
|
|
".google.com": {
|
|
"min-tls-version": "TLSv1.1",
|
|
"require-tls": true
|
|
},
|
|
".interia.pl": {
|
|
"min-tls-version": "TLSv1",
|
|
"require-tls": true
|
|
},
|
|
".marktplaats.nl": {
|
|
"min-tls-version": "TLSv1.1",
|
|
"require-tls": true
|
|
},
|
|
".psmtp.com": {
|
|
"min-tls-version": "TLSv1",
|
|
"require-tls": true
|
|
},
|
|
".rambler.ru": {
|
|
"min-tls-version": "TLSv1.1",
|
|
"require-tls": true
|
|
},
|
|
".t-online.de": {
|
|
"min-tls-version": "TLSv1.1",
|
|
"require-tls": true
|
|
},
|
|
".wp.pl": {
|
|
"min-tls-version": "TLSv1.1",
|
|
"require-tls": true
|
|
},
|
|
".yahoo.com": {
|
|
"min-tls-version": "TLSv1.1",
|
|
"require-tls": true
|
|
},
|
|
".yandex.ru": {
|
|
"min-tls-version": "TLSv1.1",
|
|
"require-tls": true
|
|
}
|
|
}
|
|
}
|