mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-10 05:52:44 +00:00
Merge 891ad79a252ca329d625e7b479c33027ddc0cdf9 into 9c545059ae43396c49b35c1870496ec58406b495
This commit is contained in:
commit
9d95446471
@ -35,6 +35,10 @@ exim4_deploy() {
|
||||
_err "Error: write key file to: $_real_key"
|
||||
return 1
|
||||
fi
|
||||
if ! chmod 600 "$_real_key"; then
|
||||
_err "Error: set mode 600 on: $_real_key"
|
||||
return 1
|
||||
fi
|
||||
_real_fullchain="$_ssl_path/exim4.pem"
|
||||
if ! cat "$_cfullchain" >"$_real_fullchain"; then
|
||||
_err "Error: write key file to: $_real_fullchain"
|
||||
|
Loading…
x
Reference in New Issue
Block a user