Browse Source

Fix key file permissions

Introduced in 8201458332.

Related to #1256.
pull/1263/head
Jose Luis Duran 7 years ago
parent
commit
7b92371a03
  1. 2
      acme.sh

2
acme.sh

@ -4545,7 +4545,7 @@ _installcert() {
cat "$CERT_KEY_PATH" >"$_real_key"
else
cat "$CERT_KEY_PATH" >"$_real_key"
chmod 700 "$_real_key"
chmod 600 "$_real_key"
fi
fi

Loading…
Cancel
Save