From a6f6bf556cf28894ac21d41396397acbbda524d7 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Thu, 29 May 2025 20:01:29 -0500 Subject: Fixed an error with overwriting certbot certs. --- prosody/templates/prosody.sh.j2 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 prosody/templates/prosody.sh.j2 (limited to 'prosody/templates') diff --git a/prosody/templates/prosody.sh.j2 b/prosody/templates/prosody.sh.j2 new file mode 100644 index 0000000..8bb7b96 --- /dev/null +++ b/prosody/templates/prosody.sh.j2 @@ -0,0 +1,3 @@ +#! /bin/bash + +prosodyctl --root cert import {{prosody_vhost}} /etc/letsencrypt/live/{{prosody_vhost}}/fullchain.pem -- cgit v1.2.3