11 lines
381 B
Handlebars
11 lines
381 B
Handlebars
<WizardSection
|
|
@headerText="TLS Certificates"
|
|
@headerIcon="certificate"
|
|
@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> |