Fix certificate location
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user