Minor fixes
* Fixed broken link to juju/openstack * Fixed VAULT_ADDR: you can't have HTTPS together with an IP address (HTTPS requires a certified (sub)domain) Change-Id: Ic769c3c5679cee35fbbf8a1378adb043b9fe342d
This commit is contained in:
parent
1273a329ec
commit
fedc32ad66
@ -978,7 +978,7 @@ minimum number of unseal keys (three here):
|
||||
|
||||
.. code::
|
||||
|
||||
export VAULT_ADDR="https://<IP of vault unit>:8200"
|
||||
export VAULT_ADDR="http://<IP of vault unit>:8200"
|
||||
vault operator unseal <key>
|
||||
vault operator unseal <key>
|
||||
vault operator unseal <key>
|
||||
|
@ -54,7 +54,7 @@ Install the vault snap and configure the VAULT_ADDR environment variable:
|
||||
.. code:: bash
|
||||
|
||||
sudo snap install vault
|
||||
export VAULT_ADDR="https://<IP of vault unit>:8200"
|
||||
export VAULT_ADDR="http://<IP of vault unit>:8200"
|
||||
|
||||
and then initialize the vault deployment:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user