Do not restart apache while preparing letsencrypt acme challenge

This commit is contained in:
myvesta 2020-04-27 09:04:52 +02:00 committed by GitHub
commit c3c55a4e2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -179,9 +179,9 @@ for auth in $authz; do
mkdir -p $acme_challenge
echo "$token.$THUMB" > $acme_challenge/$token
chown -R $user:$user $well_known
$BIN/v-restart-web
check_result $? "Web restart failed" >/dev/null
fi
$BIN/v-restart-web
check_result $? "Web restart failed" >/dev/null
fi
# Requesting ACME validation / STEP 5