diff --git a/le.sh b/le.sh index a230e392..e7ae5495 100755 --- a/le.sh +++ b/le.sh @@ -537,6 +537,11 @@ issue() { mkdir -p "$wellknown_path" echo -n "$keyauthorization" > "$wellknown_path/$token" + + webroot_owner=$(stat -c '%U' $Le_Webroot) + _debug "Changing owner of .well-known to $webroot_owner" + chown -R $webroot_owner. "$Le_Webroot/.well-known" + fi wellknown_url="http://$d/.well-known/acme-challenge/$token" _debug wellknown_url "$wellknown_url"