1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-19 04:12:58 +00:00

Merge pull request #1274 from jlduran/add-account-key-permissions

Set the account key file permissions
This commit is contained in:
neil
2018-02-17 10:04:06 +08:00
committed by GitHub
+1
View File
@@ -1281,6 +1281,7 @@ _create_account_key() {
else
#generate account key
_createkey "$length" "$ACCOUNT_KEY_PATH"
chmod 600 "$ACCOUNT_KEY_PATH"
fi
}