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

11 lines
378 B
Handlebars

<WizardSection
@headerText="TLS Certificates"
@headerIcon="enable/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>