From: Mark Wooding Date: Mon, 28 Sep 2015 09:41:42 +0000 (+0100) Subject: distorted.lisp: Add missing TLSA record for IMAPS. X-Git-Url: https://git.distorted.org.uk/~mdw/zones/commitdiff_plain/d8ec5b794e3d69968c8332488f4723bdbfe01362 distorted.lisp: Add missing TLSA record for IMAPS. Since we're providing public IMAPS on the right port, we ought to authenticate the certificate. --- diff --git a/distorted.lisp b/distorted.lisp index 1e6cea1..142b047 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -155,7 +155,7 @@ :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