From 404646e6a28dc5ca0e338322747711825d5cc10e Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Fri, 27 Dec 2019 16:24:53 +0100 Subject: [PATCH] Fix certificate location --- seqs/ejabberd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seqs/ejabberd.sh b/seqs/ejabberd.sh index e49191c..4476d5a 100755 --- a/seqs/ejabberd.sh +++ b/seqs/ejabberd.sh @@ -24,7 +24,7 @@ step_2_info() { echo "Use certificate from local letsencrypt"; } step_2() { readDomain - local certLoc="${certRoot}/${myDomain}/full.pem" + local certLoc="${certRoot}/live/${myDomain}/full.pem" if [ ! -f "$certLoc" ] ; then echo "[ERROR] $certLoc not found" return 1;