Slide 86
Slide 86 text
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 92
$ vault init -key-shares=3 -key-threshold=2
Key 1: 8573410dd211cc9b5ea6b426b19d6d668e0184c39d4ba
Key 2: 3fd762583cc9755222fa20f2a78770aca5ecba3b16d8c
Key 3: a0428a6b6681eb15ffcea5be5c787beabcb7599a6fa91
Initial Root Token: 57dfce17-08c4-d042-91a3-68082965367b
Vault initialized with 3 keys and a key threshold of 2. Please
securely distribute the above keys. When the Vault is re-sealed,
restarted, or stopped, you must provide at least 2 of these keys
to unseal it again.
Vault does not store the master key. Without at least 2 keys,
your Vault will remain permanently sealed.
$ vault unseal 8573410dd211cc9b5ea6b426b19d6d668e0184c39d4ba
Sealed: true
Key Shares: 3
Key Threshold: 2
Unseal Progress: 1
$ vault unseal a0428a6b6681eb15ffcea5be5c787beabcb7599a6fa91
Sealed: false
Key Shares: 3
Key Threshold: 2
Unseal Progress: 0
Vault init & unseal