Skip to content

Commit

Permalink
Change instructions in the README.md
Browse files Browse the repository at this point in the history
Update suggestions of @yunkon-kim to README.md
with additional text for each option number

Ref: cloud-barista#1960
  • Loading branch information
hanizang77 committed Jan 24, 2025
1 parent 6c25a1a commit ce9025c
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,15 @@ To provisioning multi-cloud infrastructures with CB-TB, it is necessary to regis
- Encrypting Credentials
```bash
init/encCredential.sh
```
After running the command, you can choose to enter a custom password or let the system generate a random key for you.
If you decide to enter a custom password:
```
When executing the script, you have two options: 1) enter your password or 2) let the system generate a random passkey.

Option 1: Entering your password:

![Image](https://github.com/user-attachments/assets/8f051ce8-9282-4e6d-a8ae-af5c831622c7)
If you choose to let the system generate a random key:

Option 2: Letting the system generate a random passkey, which MUST be securely stored in a safe location:

![Image](https://github.com/user-attachments/assets/807511ee-05d9-481e-a191-d1aad2e9aeb2)

If you need to update your credentials, decrypt the encrypted file using `decCredential.sh`, make the necessary changes to `credentials.yaml`, and then re-encrypt it.
Expand All @@ -229,9 +233,12 @@ To provisioning multi-cloud infrastructures with CB-TB, it is necessary to regis
```bash
init/decCredential.sh
```
If you entered a custom password, please use the same password to decrypt the file:
Option 1: If encrypted using option 1, please use the same password to decrypt the file:

![Image](https://github.com/user-attachments/assets/600921fb-cdff-4313-ae4d-266ddd31809b)
If you generated a random key, enter it to decrypt the file:

Option 2: If encrypted using option 2, enter the passkey to decrypt the file:

![Image](https://github.com/user-attachments/assets/2bb029a4-8dd9-4e1a-8cad-af70ca72e9fd)


Expand Down

0 comments on commit ce9025c

Please sign in to comment.