mirror of
https://github.com/certbot/certbot.git
synced 2026-01-27 19:42:53 +03:00
Include the demo example with the real stuff, temporarily
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"tls-policies": {
|
||||
"*.valid-example-recipient.com": {
|
||||
"min-tls-version": "TLSv1.1",
|
||||
"force-tls" : true
|
||||
},
|
||||
"*.mx.aol.com": {
|
||||
"min-tls-version": "TLSv1",
|
||||
"require-tls": true
|
||||
@@ -50,6 +54,9 @@
|
||||
}
|
||||
},
|
||||
"acceptable-mxs": {
|
||||
"valid-example-recipient.com": {
|
||||
"accept-mx-domains": [ "*.valid-example-recipient.com" ]
|
||||
},
|
||||
"wp.pl": {
|
||||
"accept-mx-domains": [
|
||||
"*.wp.pl"
|
||||
|
||||
Reference in New Issue
Block a user