From d8ec5b794e3d69968c8332488f4723bdbfe01362 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 28 Sep 2015 10:41:42 +0100 Subject: [PATCH] distorted.lisp: Add missing TLSA record for IMAPS. Since we're providing public IMAPS on the right port, we ought to authenticate the certificate. --- distorted.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0