Browse Source

Merge 891ad79a25 into 9c545059ae

pull/1700/merge
Christoph Hoth 8 years ago
committed by GitHub
parent
commit
9d95446471
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      deploy/exim4.sh

4
deploy/exim4.sh

@ -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…
Cancel
Save