# SSL Certificates

During installation, Qommentary generates self-signed certificates applied to each component hosted in IIS.

If you wish to use a trusted SSL certificate instead, you may update the certificate bindings using the IIS Manager.

{% hint style="warning" %}
Before proceeding, make sure the SSL certificate is installed on the server where Qommentary is hosted
{% endhint %}

1\. Open **IIS Manager**\
2\. Select **Qommentary Engine** under *Sites*

<img src="/files/-M4ikKZqEXF0naZ3dUpI" alt="" data-size="original">&#x20;

3\. Click on **Bindings** under *Actions*

<img src="/files/-M4il0VWx7LnzeePRj0D" alt="" data-size="original"> \
\
4\. Select the https binding and click on **Edit**

![](/files/-M4iln_t502b0olvJkmZ)

5\. Select the trusted SSL certificate you wish to apply

![](/files/-M4ioagl00l63TvO6FfF)

6\. Click **OK**

Repeat the process with the Qommentary Manager site bindings.


---

# Agent Instructions: 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:

```
GET https://knowledgebase.qommentary.com/getting-started/installation/ssl-certificates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
