From 8d50d5692a647fc66596a54ab834470014428a1b Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 28 Sep 2015 10:35:02 +0100 Subject: [PATCH] distorted.lisp: Add HTTPS TLSA record for mail.distorted.org.uk. Shiny new Prayer-based webmail system. --- distorted.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distorted.lisp b/distorted.lisp index ae1c623..1e6cea1 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -149,8 +149,8 @@ (jump :svc stratocaster.jump :sshfp "stratocaster")) ((www @) :tlsa (:https (:service-certificate-constraint :certificate :sha-256 #p"http-server-www#1"))) - (git :tlsa (:https (:trust-anchor-assertion - :certificate :sha-256 #p"distorted-ca"))) + ((git mail) :tlsa (:https (:trust-anchor-assertion + :certificate :sha-256 #p"distorted-ca"))) (www-cache :tlsa (3127 (:trust-anchor-assertion :certificate :sha-256 #p"distorted-ca"))) ((bugs lists) :tlsa (:smtp (:trust-anchor-assertion -- 2.11.0