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

12 lines
462 B
Handlebars

<WizardSection
@headerText="PKI"
@headerIcon="file-text"
@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>