> 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/configuration-details/configuration-by-web-portal-category/sip/tls-srtp/configuring-tls-profiles.md).

# Configuring TLS Profiles

Multiple TLS profiles can be created in [Toolpack](/appendices/appendix-a-glossary/glossary-toolpack.md). 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](/appendices/appendix-a-glossary/glossary-toolpack.md), athough one TLS profile is generally enough.

### Create TLS profile

1\. Select TLS Profiles from the navigation panel

<figure><img src="https://docs.telcobridges.com/w/images/2/2b/ConfigureTlsProfile_0.png" alt=""><figcaption></figcaption></figure>

2\. Click Create New TLS Profile

<figure><img src="https://docs.telcobridges.com/w/images/8/82/ConfigureTlsProfile_1.png" alt=""><figcaption></figcaption></figure>

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 (see [Adding TLS Certificates](/configuration-details/configuration-by-web-portal-category/sip/tls-srtp/adding-tls-certificates.md)), or the "Default" certificate which is automatically generated by Toolpack and is also used for HTTPS.
* Select a Security Level (available since [ProSBC version 3.3.5](https://telcobridges.atlassian.net/wiki/x/FACuMw))
  * See tooltip for details.
* Click "Create"

<figure><img src="/files/PjnltSW7G1qrHQMDkGO3" alt="" width="563"><figcaption></figcaption></figure>

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

<figure><img src="https://docs.telcobridges.com/w/images/thumb/2/2e/ConfigureTlsProfile_3.png/500px-ConfigureTlsProfile_3.png" alt=""><figcaption></figcaption></figure>

### List of Parameters

* [Name](/configuration-details/configuration-parameters-all.md#parameter-name)
* [Require client authentication](#list-of-parameters)
* [Local certificate](/configuration-details/configuration-parameters-all.md#parameter-local-certificate)
* [Security Level](/configuration-details/configuration-parameters-all.md#parameter-security-level)

### References

* [Information on TLS](/configuration-details/configuration-by-web-portal-category/sip/tls-srtp.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/configuration-details/configuration-by-web-portal-category/sip/tls-srtp/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.
