chiark / gitweb /
distorted.lisp: Add missing TLSA record for IMAPS.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 28 Sep 2015 09:41:42 +0000 (10:41 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 28 Sep 2015 09:41:42 +0000 (10:41 +0100)
Since we're providing public IMAPS on the right port, we ought to
authenticate the certificate.

distorted.lisp

index 1e6cea138132804a23b0a3eb9e077b6a21c47c58..142b04725bb2370a323a14daae8549e919ed02bb 100644 (file)
@@ -155,7 +155,7 @@ (defzone distorted.org.uk
                          :certificate :sha-256 #p"distorted-ca")))
   ((bugs lists) :tlsa (:smtp (:trust-anchor-assertion
                              :certificate :sha-256 #p"distorted-ca")))
                          :certificate :sha-256 #p"distorted-ca")))
   ((bugs lists) :tlsa (:smtp (:trust-anchor-assertion
                              :certificate :sha-256 #p"distorted-ca")))
-  (mail :tlsa ((:smtp :submission :imap)
+  (mail :tlsa ((:smtp :submission :imap :imaps)
               (:trust-anchor-assertion
                :certificate :sha-256 #p"distorted-ca")))
   :svc #+view/inside stratocaster.colo
               (:trust-anchor-assertion
                :certificate :sha-256 #p"distorted-ca")))
   :svc #+view/inside stratocaster.colo