From 1eca8fa42311b1723d711b385e951831e110d7f1 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Mon, 29 Jul 2024 10:24:20 -0500 Subject: Fixed prosody cert installation hook. --- prosody/files/prosody.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prosody/files/prosody.sh b/prosody/files/prosody.sh index 576e30b..1423b0c 100644 --- a/prosody/files/prosody.sh +++ b/prosody/files/prosody.sh @@ -1,3 +1,3 @@ #! /bin/bash -prosodyctl --root cert import nth.io /etc/letsencrypt/live +prosodyctl --root cert import nth.io /etc/letsencrypt/live/nth.io-0001/cert.pem -- cgit v1.2.3