open-vault/ui/app/templates/components/wizard/kmip-engine.hbs
2020-01-28 11:21:04 -06:00

10 lines
618 B
Handlebars

<WizardSection @headerText="KMIP" @headerIcon="kmip" @docText="Docs: KMIP Secrets Engine"
@docPath="/docs/secrets/kmip/index.html">
<p>
The KMIP secrets engine allows Vault to act as a KMIP server provider and handle the lifecycle of KMIP managed
objects. KMIP, which stands for Key Management Interoperability Protocol, is a standardized protocol that allows
services and applications to perform cryptographic operations without having to manage cryptographic material,
otherwise known as manage objects, by delegating its storage and lifecycle to a key management server.
</p>
</WizardSection>