Sfoglia il codice sorgente

Set the account key file permissions

Jose Luis Duran 7 anni fa
parent
commit
123e8f21b5
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      acme.sh

+ 1 - 0
acme.sh

@@ -1281,6 +1281,7 @@ _create_account_key() {
   else
     #generate account key
     _createkey "$length" "$ACCOUNT_KEY_PATH"
+    chmod 600 "$ACCOUNT_KEY_PATH"
   fi
 
 }