Unverified Commit 6426e044 authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #1263 from jlduran/fix-key-file-permissions

Fix key file permissions
parents 3c394f08 7b92371a
...@@ -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