1<WizardSection
2  @headerText="TLS Certificates"
3  @headerIcon="cert"
4  @docText="Docs: TLS Certificates Authentication"
5  @docPath="/docs/auth/cert.html"
6>
7  <p>
8    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.
9  </p>
10</WizardSection>
11