open-vault/ui/app/templates/components/wizard/pki-engine.hbs
2018-08-28 00:03:55 -05:00

11 lines
456 B
Handlebars

<WizardSection
@headerText="PKI"
@headerIcon="enable/pki"
@docText="Docs: PKI Secrets"
@docPath="/docs/secrets/pki/index.html"
>
<p>
The PKI secrets engine generates dynamic X.509 certificates. With this secrets engine, services can get certificates without going through the usual manual process of generating a private key and CSR, submitting to a CA, and waiting for a verification and signing process to complete.
</p>
</WizardSection>