Browse Source
Set the account key file permissions
pull/1274/head
Jose Luis Duran
7 years ago
No known key found for this signature in database
GPG Key ID: 8BE8242E460537F4
1 changed files with
1 additions and
0 deletions
-
acme.sh
|
|
@ -1281,6 +1281,7 @@ _create_account_key() { |
|
|
|
else |
|
|
|
#generate account key |
|
|
|
_createkey "$length" "$ACCOUNT_KEY_PATH" |
|
|
|
chmod 600 "$ACCOUNT_KEY_PATH" |
|
|
|
fi |
|
|
|
|
|
|
|
} |
|
|
|