mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
Changed phrasing for unseal key notification
This commit is contained in:
@@ -47,17 +47,14 @@ func (c *InitCommand) Run(args []string) int {
|
||||
|
||||
c.Ui.Output(fmt.Sprintf(
|
||||
"\n"+
|
||||
"Vault initialized with %d keys and a key threshold of %d!\n\n"+
|
||||
"Please securely distribute the above keys. Whenever a Vault server\n"+
|
||||
"is started, it must be unsealed with %d (the threshold) of the\n"+
|
||||
"keys above (any of the keys, as long as the total number equals\n"+
|
||||
"the threshold).\n\n"+
|
||||
"Vault does not store the original master key. If you lose the keys\n"+
|
||||
"above such that you no longer have the minimum number (the\n"+
|
||||
"threshold), then your Vault will not be able to be unsealed.",
|
||||
"Vault initialized with %d keys and a key threshold of %d. Please\n"+
|
||||
"securely distribute the above keys. When Vault restarts you must\n"+
|
||||
"provide %d keys to unseal it. Vault does not store the master key.\n"+
|
||||
"Without at least %d keys, your Vault will remain permanently sealed.",
|
||||
shares,
|
||||
threshold,
|
||||
threshold,
|
||||
threshold,
|
||||
))
|
||||
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user