Remove a few more vault.rocks usages

This commit is contained in:
Jeff Mitchell 2018-03-26 15:02:22 -04:00
parent a1d5defe01
commit e8fc0a11ce
3 changed files with 3 additions and 3 deletions

View file

@ -160,7 +160,7 @@ concepts](/docs/concepts/tokens.html) page.
### `VAULT_ADDR`
Address of the Vault server expressed as a URL and port, for example:
`https://vault.rocks:8200/`.
`https://127.0.0.1:8200/`.
### `VAULT_CACERT`

View file

@ -33,7 +33,7 @@ Force a Vault to resign leadership in a cluster:
```text
$ vault operator step-down
Success! Stepped down: https://vault.rocks
Success! Stepped down: https://127.0.0.1:8200
```
Rotate Vault's underlying encryption key:

View file

@ -188,7 +188,7 @@ path, and passed the secret engine type ("database") in the request payload.
$ curl --header "X-Vault-Token: ..." \
--request POST \
--data '{"type":"database"}' \
https://$ vault.rocks/v1/sys/mounts/database
https://127.0.0.1:8200/v1/sys/mounts/database
```
**NOTE:** It is possible to mount your database secret engines at any location.