open-vault/ui/app/templates/components/wizard/cert-method.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
371 B
Handlebars

<WizardSection
@headerText="TLS Certificates"
@headerIcon="cert"
@docText="Docs: TLS Certificates Authentication"
@docPath="/docs/auth/cert.html"
>
<p>
The TLS Certificates Auth Method allows authentication using SSL/TLS client certificates which are either signed by a CA or self-signed. CA certificates are associated with a role.
</p>
</WizardSection>