Actions

Toolpack:Tsbc TLS Profiles: Difference between revisions

No edit summary
 
Line 42: Line 42:
*[[Parameter: Require client authentication|Require client authentication]]
*[[Parameter: Require client authentication|Require client authentication]]
*[[Parameter: Local certificate|Local certificate]]
*[[Parameter: Local certificate|Local certificate]]
== References ==
*[[TLS|Information on TLS]]

Latest revision as of 10:47, 3 May 2022


This article applies to: Product Version
SBC 3.1

Multiple TLS profiles can be created in Toolpack. A TLS profile is a collection of certificates and other settings that define the behavior of TLS connections. Multiple TLS profiles can be used to expose different certificates and options to different TLS connections in Toolpack, athough one TLS profile is generally enough.

Create TLS profile

1. Select TLS Profiles from the navigation panel

ConfigureTlsProfile 0.png

2. Click Create New TLS Profile

ConfigureTlsProfile 1.png

3. Configure TLS Profile parameters

  • Provide a name that is meaningful to you.
  • Check if client authentication is required. Enabling this checkbox means that incoming connections require the remote side to present a or many trusted certificate(s) (later selected after creation).
  • Select a local certificate (either one imported earlier, or the "Default" certificate which is automatically generated by Toolpack and is also used for HTTPS)
  • Click "Create"

ConfigureTlsProfile 2.png

  • Select one or multiple "trusted" certificates, only necessary if "Require peer authentication" is checked.

ConfigureTlsProfile 3.png


List of Parameters

References