Commit 7b92371a authored by Jose Luis Duran's avatar Jose Luis Duran
Browse files

Fix key file permissions

Introduced in 82014583.

Related to #1256.
parent 3c394f08
...@@ -4545,7 +4545,7 @@ _installcert() { ...@@ -4545,7 +4545,7 @@ _installcert() {
cat "$CERT_KEY_PATH" >"$_real_key" cat "$CERT_KEY_PATH" >"$_real_key"
else else
cat "$CERT_KEY_PATH" >"$_real_key" cat "$CERT_KEY_PATH" >"$_real_key"
chmod 700 "$_real_key" chmod 600 "$_real_key"
fi fi
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment