open-vault/ui/app/templates/components/wizard/init-save-keys.hbs
Jordan Reimer da7cd37674
Replace Non-Inclusive Terms in UI (#17116)
* removes non-inclusive terms from UI

* adds changelog entry
2022-09-13 10:42:34 -06:00

13 lines
545 B
Handlebars

<WizardContent @headerText="Initialization" @glyph="tour">
<WizardSection
@headerText="Saving your keys"
@docText="Learn: Initialization"
@docPath="/intro/getting-started/deploy.html#initializing-the-vault"
>
<p>
Now that Vault is initialized, you'll want to save your root token and root key portions in a safe place. Distribute
your keys to responsible people on your team. If these keys are lost, you may not be able to access your data again.
Keep them safe!
</p>
</WizardSection>
</WizardContent>