@ -5005,9 +5005,11 @@ $_authorizations_map"
_debug " Writing token: $token to $wellknown_path / $token "
_debug " Writing token: $token to $wellknown_path / $token "
mkdir -p " $wellknown_path "
if ! printf "%s" " $keyauthorization " >" $wellknown_path / $token " ; then
# Ensure .well-known is visible to web server user/group
# https://github.com/Neilpang/acme.sh/pull/32
if ! ( umask ugo+rx &&
mkdir -p " $wellknown_path " &&
printf "%s" " $keyauthorization " >" $wellknown_path / $token " ) ; then
_err " $d : Cannot write token to file: $wellknown_path / $token "
_err " $d : Cannot write token to file: $wellknown_path / $token "
_clearupwebbroot " $_currentRoot " " $removelevel " " $token "
_clearupwebbroot " $_currentRoot " " $removelevel " " $token "
_clearup
_clearup
@ -5984,7 +5986,7 @@ _installcert() {
) ; then
) ; then
_info " $( __green "Reload successful" ) "
_info " $( __green "Reload successful" ) "
else
else
_err " Reload error for: $Le_D omain "
_err " Reload error for: $_main_d omain "
fi
fi
fi
fi
@ -7018,7 +7020,7 @@ Parameters:
--accountconf <file> Specifies a customized account config file.
--accountconf <file> Specifies a customized account config file.
--home <directory> Specifies the home dir for $PROJECT_NAME .
--home <directory> Specifies the home dir for $PROJECT_NAME .
--cert-home <directory> Specifies the home dir to save all the certs, only valid for '--install' command .
--cert-home <directory> Specifies the home dir to save all the certs.
--config-home <directory> Specifies the home dir to save all the configurations.
--config-home <directory> Specifies the home dir to save all the configurations.
--useragent <string> Specifies the user agent string. it will be saved for future use too.
--useragent <string> Specifies the user agent string. it will be saved for future use too.
-m, --email <email> Specifies the account email, only valid for the '--install' and '--update-account' command.
-m, --email <email> Specifies the account email, only valid for the '--install' and '--update-account' command.