chiark / gitweb /
distorted.lisp: Include the correct TLSA record details for SMTP.
[zones] / odin.lisp
index c84fd22961e3372f977d5a402ccb508ab0bcf55e..f17fc24b98702361cdb04d59b6bb35e791433f21 100644 (file)
--- a/odin.lisp
+++ b/odin.lisp
@@ -12,10 +12,16 @@ (defzone odin.gg
   :ns ((radius-ns :ip radius)
        (precision-ns :ip precision)
        (telecaster-ns :ip telecaster)
   :ns ((radius-ns :ip radius)
        (precision-ns :ip precision)
        (telecaster-ns :ip telecaster)
-       (gandi6-ns :ip gandi-ns6))
+       (national-ns :ip national))
 
   ;; Web service.
 
   ;; Web service.
-  ((@ www) :svc stratocaster)
+  ((@ www) :svc stratocaster
+          :tlsa (:https (:service-certificate-constraint
+                         :public-key :sha-256 #p"https-stratocaster")))
+
+  ;; Certification.
+  :caa ((:issue "letsencrypt.org")
+       (:issue "distorted.org.uk"))
 
   ;; Mail servers
   :mx ((mail :ip stratocaster))
 
   ;; Mail servers
   :mx ((mail :ip stratocaster))