Skip to content

Commit

Permalink
Fixes vault docs command alignment (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
sulochan authored Mar 25, 2024
1 parent 2bb6d7f commit 3393cc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,13 @@ vault kv put -mount=osh/keystone keystone-db-password password=$(< /dev/urandom
```

- Keystone Admin Password:

``` shell
vault kv put -mount=osh/keystone keystone-admin password=$(< /dev/urandom tr -dc _A-Za-z0-9 | head -c${1:-32};echo;)
```

- Keystone Credential Key:

``` shell
vault kv put -mount=osh/keystone keystone-credential-keys password=$(< /dev/urandom tr -dc _A-Za-z0-9 | head -c${1:-32};echo;)
```
Expand Down

0 comments on commit 3393cc9

Please sign in to comment.