Missing single quote in comment :|

This commit is contained in:
Alexandre Aubin 2018-11-04 17:01:10 +01:00
parent 361f4e7a60
commit fbfb8bca38

View file

@ -340,7 +340,7 @@ def _build_dns_conf(domain, ttl=3600):
{"type": "TXT", "name": "_dmarc", "value": "\"v=DMARC1; p=none\"", "ttl": 3600}
],
"extra": [
{"type": "CAA", "name": "@", "value": "128 issue 'letsencrypt.org", "ttl": 3600},
{"type": "CAA", "name": "@", "value": "128 issue 'letsencrypt.org'", "ttl": 3600},
],
}
"""