mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-11 01:42:06 -04:00
[code-gardening] fix typo in the documentation
This commit is contained in:
parent
347f48c55b
commit
734bd6e502
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ The response should be JSON and look something like this:
|
|||
}
|
||||
```
|
||||
|
||||
This response contains our initial root token. It also includes the unseal key. You can use the uneal key to unseal the Vault and use the root token perform other requests in Vault that require authentication.
|
||||
This response contains our initial root token. It also includes the unseal key. You can use the unseal key to unseal the Vault and use the root token perform other requests in Vault that require authentication.
|
||||
|
||||
To make this guide easy to copy-and-paste, we will be using the environment variable `$VAULT_TOKEN` to store the root token. You can export this Vault token in your current shell like this:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue