Fix certificate location
This commit is contained in:
@@ -24,7 +24,7 @@ step_2_info() { echo "Use certificate from local letsencrypt"; }
|
|||||||
step_2() {
|
step_2() {
|
||||||
readDomain
|
readDomain
|
||||||
|
|
||||||
local certLoc="${certRoot}/${myDomain}/full.pem"
|
local certLoc="${certRoot}/live/${myDomain}/full.pem"
|
||||||
if [ ! -f "$certLoc" ] ; then
|
if [ ! -f "$certLoc" ] ; then
|
||||||
echo "[ERROR] $certLoc not found"
|
echo "[ERROR] $certLoc not found"
|
||||||
return 1;
|
return 1;
|
||||||
|
Reference in New Issue
Block a user