open-vault/ui/app/templates/components/wizard/pki-engine.hbs
Matthew Irish 0ccc8467ec
UI ember engines (#6718)
Adds replication engine and core in-repo addon
2019-05-13 14:05:25 -05:00

11 lines
449 B
Handlebars

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