mirror of
https://github.com/88lex/sa-gen.git
synced 2025-02-20 21:53:01 +08:00
Update README.md
This commit is contained in:
parent
41c6a7ec2a
commit
90902f374b
1 changed files with 5 additions and 2 deletions
|
@ -22,9 +22,12 @@ For subsequent batches of 100 you rclone gcloud init again, pick 1, then 2 to se
|
|||
Before running the script:
|
||||
Create a folder for your keys before running the script
|
||||
|
||||
Set your key directory, default is KEYS_DIR=/opt/sa
|
||||
Set your key directory, default is KEYS_DIR=/opt/sa. There is no need to change your KEYS_DIR as you
|
||||
run more batches and projects, as long as you increment the key numbers appropriately to not overwrite existing keys.
|
||||
|
||||
If you want to create more than 100 jsons then increment COUNT for each batch.
|
||||
For the first batch set COUNT=1 and sagen{1..100} in the script.
|
||||
|
||||
Four more batches set COUNT=101 and sagen{101..200}. Third batch COUNT=201 sagen{201..300) and so on...
|
||||
For more batches set COUNT=101 and sagen{101..200}. Third batch COUNT=201 sagen{201..300) and so on...
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue