open-vault/ui/app/templates/components/wizard/cert-method.hbs

11 lines
371 B
Handlebars
Raw Normal View History

2018-08-28 05:03:55 +00:00
<WizardSection
@headerText="TLS Certificates"
@headerIcon="cert"
2018-08-28 05:03:55 +00:00
@docText="Docs: TLS Certificates Authentication"
@docPath="/docs/auth/cert.html"
>
<p>
2019-03-29 23:40:12 +00:00
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.
2018-08-28 05:03:55 +00:00
</p>
</WizardSection>