distorted.lisp: No, there isn't an HTTPS certificate for the list server.
[zones] / distorted.lisp
index 3c33a50..137ec15 100644 (file)
                     (chiark.ns :ip chiark.greenend.org.uk))
 
   ;; Mail servers.
-  ((@ mail blackhole)
-   :mx mail
-   :srv ((:smtp mail)))
-  ((lists)
-   :ttl 300
-   :mx lists
-   :srv ((:smtp lists)))
+  ((@ mail blackhole) :mx mail :srv ((:smtp mail)))
+  ((lists) :ttl 300 :mx lists :srv ((:smtp lists)))
 
   (stratocaster.20140403._domainkey
    :dkim ("stratocaster-20140403"
                      :certificate :sha-256 #p"distorted-ca")))
   (www-cache :tlsa (3127 (:trust-anchor-assertion
                          :certificate :sha-256 #p"distorted-ca")))
-  (lists :tlsa ((:smtp :https) (:trust-anchor-assertion
-                               :certificate :sha-256 #p"distorted-ca")))
+  (lists :tlsa (:smtp (:trust-anchor-assertion
+                      :certificate :sha-256 #p"distorted-ca")))
   (mail :tlsa ((:smtp :submission :imap)
               (:trust-anchor-assertion
                :certificate :sha-256 #p"distorted-ca")))