Fix certificate location

This commit is contained in:
2019-12-27 16:24:53 +01:00
parent b5447f6f06
commit 404646e6a2

View File

@@ -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;