From: Mark Wooding Date: Tue, 9 Jun 2015 22:18:45 +0000 (+0100) Subject: distorted.lisp: No, there isn't an HTTPS certificate for the list server. X-Git-Url: https://git.distorted.org.uk/~mdw/zones/commitdiff_plain/f479b0cfdd693f37210bc1dd18fb7c514a919012 distorted.lisp: No, there isn't an HTTPS certificate for the list server. --- diff --git a/distorted.lisp b/distorted.lisp index 4794842..137ec15 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -152,8 +152,8 @@ :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")))