# TLS Certificate Renewal FAQ

## 1. What changes are required if I renew the TLS Certificate on Clarity LIMS?

<details>

<summary>Scenario 1: TLS Certificate renewal signed by Public Certificate Authority or same Private Certificate Authority</summary>

**No changes are required** on the Illumina Run Manager Integration.

</details>

<details>

<summary>Scenario 2: TLS Certificate renewal signed by different Private Certificate Authority</summary>

The Illumina Run Manager Integration requires the following changes:

1. Access the Clarity LIMS Server via SSH and restart the Illumina Run Manager Integration Service using the following command.

   <pre class="language-markup" data-overflow="wrap"><code class="lang-markup">systemctl restart illumina_run_manager_integration
   </code></pre>
2. Disconnect all instruments from the Illumina Run Manager Integration following the instructions in the [User Interaction Documentation](/instruments-and-integrations/irm/irm-user-interaction.md).

   > ⚠ **Note:** The instrument status may be shown as **CONNECTED**. However, to ensure that the Illumina Run Manager Integration works correctly after TLS Certificate renewal, disconnect the instrument from the Illumina Run Manager Integration and follow the remaining steps detailed below.
3. Connect instruments again following the instructions in the [User Interaction Documentation](/instruments-and-integrations/irm/irm-user-interaction.md).

</details>

## 2. What changes are required if I renew the TLS Certificate on Illumina Run Manager?

{% hint style="info" %}
**Note:** This section is only for users who are **managing the Illumina Run Manager Certificate on their own**. If you are letting Illumina Run Manager automatically renew its TLS Certificate, no changes are required.
{% endhint %}

<details>

<summary>Scenario 1: TLS Certificate renewal signed by Public Certificate Authority or same Private Certificate Authority</summary>

**No changes are required** on the Illumina Run Manager Integration.

</details>

<details>

<summary>Scenario 2: TLS Certificate renewal signed by different Private Certificate Authority</summary>

The Illumina Run Manager Integration requires the following changes:

1. Access the Clarity LIMS Server via SSH and restart the Illumina Run Manager Integration Service using the following command.

   <pre class="language-markup" data-overflow="wrap"><code class="lang-markup">systemctl restart illumina_run_manager_integration
   </code></pre>
2. Verify that the instrument is connected successfully on the Illumina Run Manager Integration UI - `https://{Clarity LIMS server url}/irm`. The status should be **CONNECTED** and LIMS Status should be **ACTIVE**.

</details>


---

# 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://help.claritylims.illumina.com/instruments-and-integrations/irm/irm-update-tls-certificate.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.
