This commit is contained in:
Brian Shumate
2018-11-01 10:13:20 -04:00
committed by Chris Hoffman
parent 937e1be6f3
commit e2c77b2f48

View File

@@ -768,7 +768,7 @@ func (c *OperatorRekeyCommand) printUnsealKeys(client *api.Client, status *api.R
c.UI.Output("")
c.UI.Output(wrapAtLength(fmt.Sprintf(
"Vault rekeyed with %d key shares and a key threshold of %d. Please "+
"securely distributed the key shares printed above. When Vault is "+
"securely distribute the key shares printed above. When Vault is "+
"re-sealed, restarted, or stopped, you must supply at least %d of "+
"these keys to unseal it before it can start servicing requests.",
status.N,
@@ -779,7 +779,7 @@ func (c *OperatorRekeyCommand) printUnsealKeys(client *api.Client, status *api.R
c.UI.Output(wrapAtLength(fmt.Sprintf(
"Vault has created a new key, split into %d key shares and a key threshold "+
"of %d. These will not be active until after verification is complete. "+
"Please securely distributed the key shares printed above. When Vault "+
"Please securely distribute the key shares printed above. When Vault "+
"is re-sealed, restarted, or stopped, you must supply at least %d of "+
"these keys to unseal it before it can start servicing requests.",
status.N,