Created
July 19, 2020 06:55
-
-
Save rajeevshukla/89855f2e0a3af831d35121f2a9f51c54 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@rajeev-Latitude-5480:/home/rajeev# vault operator init -address=http://127.0.0.1:8200 | |
Unseal Key 1: UGumETpBdy/CAQRUT2vpIk+AExIjptJRwEFch9Z0XDK1 | |
Unseal Key 2: waqRq56mn1YAdf6wvjZ6Dz1TwqkC4ZGegAqM/lp4e9TN | |
Unseal Key 3: NNlZugZmOdSjUQtDwGBIEKaBQ0DN/exskH7kSH6X3dXZ | |
Unseal Key 4: KQ9C8yqkN4ejPPubsiSQjz2hABXmwqbAza5/e6q3d3O6 | |
Unseal Key 5: XLgPYeRDVRneQXQ+qttQRrEC0vJdE75LaJappezUZ7GQ | |
Initial Root Token: s.lL1wRFK79QQQRflLyIS3WyYm | |
Vault initialized with 5 key shares and a key threshold of 3. Please securely | |
distribute the key shares printed above. When the Vault is re-sealed, | |
restarted, or stopped, you must supply at least 3 of these keys to unseal it | |
before it can start servicing requests. | |
Vault does not store the generated master key. Without at least 3 key to | |
reconstruct the master key, Vault will remain permanently sealed! | |
It is possible to generate new unseal keys, provided you have a quorum of | |
existing unseal keys shares. See "vault operator rekey" for more information. | |
root@rajeev-Latitude-5480:/home/rajeev# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment