open-vault/ui/app/templates/components/wizard/transit-engine.hbs

11 lines
406 B
Handlebars

<WizardSection
@headerText="Transit"
@headerIcon="enable/transit"
@docText="Docs: Transit Secrets"
@docPath="/docs/secrets/transit/index.html"
>
<p>
The transit secrets engine handles cryptographic functions on data in-transit. Vault doesn't store the data sent to the secrets engine. It can also be viewed as "cryptography as a service" or "encryption as a service".
</p>
</WizardSection>