chiark / gitweb /
distorted.lisp: No, there isn't an HTTPS certificate for the list server.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 9 Jun 2015 22:18:45 +0000 (23:18 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 9 Jun 2015 22:18:45 +0000 (23:18 +0100)
distorted.lisp

index 479484204c970db685dc9997f2d845c11204231a..137ec15defdfa76359104c7000f588af1f3174c5 100644 (file)
@@ -152,8 +152,8 @@ (defzone distorted.org.uk
                      :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")))