ejabberd: provision cert for conference.xmpp.uninsane.org

i guess the cert already had that because of legacy prosody setup (?),
but we weren't setup so that new requests would work, i expect.

either that or all of these nginx entries aren't necessary?
This commit is contained in:
colin 2022-12-18 23:26:22 +00:00
parent 444595e847
commit 3505f3b9f3

View File

@ -35,6 +35,9 @@
];
# exists so the XMPP server's cert can obtain altNames for all its resources
services.nginx.virtualHosts."conference.xmpp.uninsane.org" = {
useACMEHost = "uninsane.org";
};
services.nginx.virtualHosts."pubsub.xmpp.uninsane.org" = {
useACMEHost = "uninsane.org";
};