> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/tmedia-documentation/configuration/configuring-tls-profiles.md).

# Configuring TLS Profiles

> **Applies to:** SBC 3.1, 3.3

Multiple TLS profiles can be created in [Toolpack](https://telcobridges.com/products/development-platforms-tdev/). 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](https://telcobridges.com/products/development-platforms-tdev/), athough one TLS profile is generally enough.

### Create TLS profile

1. Select **TLS Profiles** from the navigation panel

![ConfigureTlsProfile 0](https://docs.telcobridges.com/w/images/2/2b/ConfigureTlsProfile_0.png)

2. Click \*\* Create New TLS Profile\*\*

![ConfigureTlsProfile 1](https://docs.telcobridges.com/w/images/8/82/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](https://docs.telcobridges.com/w/images/9/96/ConfigureTlsProfile_2.png)

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

![ConfigureTlsProfile 3](https://docs.telcobridges.com/w/images/2/2e/ConfigureTlsProfile_3.png)

### List of Parameters

* [Name](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/name/README.md)
* [Require client authentication](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/require-client-authentication/README.md)
* [Local certificate](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/local-certificate/README.md)

### References

* [Information on TLS](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/tls/README.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/tmedia-documentation/configuration/configuring-tls-profiles.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
