open-vault/ui/app/templates/components/wizard/init-setup.hbs

19 lines
722 B
Handlebars
Raw Normal View History

2018-08-28 05:03:55 +00:00
<WizardContent @headerText="Initialization" @glyph="tour">
<WizardSection
@headerText="Setting up your master keys"
@docText="Learn: Initialization"
@docPath="/intro/getting-started/deploy.html#initializing-the-vault"
>
<p>
2018-08-28 19:33:48 +00:00
This is the very first step of setting up
2018-08-28 05:03:55 +00:00
a Vault server. Vault comes with an important
2018-08-28 19:33:48 +00:00
security feature called a "seal", which lets you
2018-08-28 05:03:55 +00:00
shut down and secure your Vault installation if
there is a security breach. This is the default
state of Vault, so it is currently sealed since
it was just installed. To unseal the vault, you will
need to provide the key(s) that you generate here.
</p>
</WizardSection>
</WizardContent>