From 2dc0730efc1cbfbd9930f1d142d4f1ade7c68fdd Mon Sep 17 00:00:00 2001
From: Alexander Dahl <alex@netz39.de>
Date: Thu, 15 Sep 2022 06:38:56 +0200
Subject: [PATCH] :wrench: pottwal: Add alternative cert name for XMPP MUC

The config file /etc/dehydrated/domains.txt on the old host had this
line before:

        jabber.n39.eu conference.jabber.n39.eu

Link: https://github.com/24367dfa/ansible-role-dehydrated
---
 pottwal.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pottwal.yml b/pottwal.yml
index c180c5d..9108a29 100644
--- a/pottwal.yml
+++ b/pottwal.yml
@@ -35,6 +35,8 @@
           - name: sl.n39.eu
           - name: pad.n39.eu
           - name: "{{ prosody_domain_name }}"
+            alternate_names:
+              - conference.jabber.n39.eu
             deploy_cert_hook: "docker exec prosody prosodyctl --root cert import ${DOMAIN} /var/lib/dehydrated/certs"
     - role: penguineer.dehydrated_cron
     - role: dd24-dyndns-cron