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

11 lines
449 B
Handlebars
Raw Normal View History

2018-08-28 05:03:55 +00:00
<WizardSection
@headerText="PKI"
@headerIcon="pki"
2018-08-28 05:03:55 +00:00
@docText="Docs: PKI Secrets"
@docPath="/docs/secrets/pki/index.html"
>
<p>
2019-03-29 23:40:12 +00:00
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.
2018-08-28 05:03:55 +00:00
</p>
</WizardSection>