From f479b0cfdd693f37210bc1dd18fb7c514a919012 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 9 Jun 2015 23:18:45 +0100 Subject: [PATCH] distorted.lisp: No, there isn't an HTTPS certificate for the list server. --- distorted.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"))) -- 2.11.0