> ## Documentation Index
> Fetch the complete documentation index at: https://docs.truu.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Automatically Select Certificate 

## Login as Administrator User and configure the below process

To disable of popup selection of Certificate in **Chrome** configure the below steps:

1. Open **Run console** and type *regedit.exe* and click **Enter**
2. On the Left Panel traverse through **HKEY\_LOCAL\_MACHINE** -> **SOFTWARE** ->

**Policies**

3. Right click on **Policies** and click on **New -> Key** and name it “Google”
4. Right click on **Google** and click on **New** -> **Key** and name it “Chrome”
5. Right click on **Chrome** and click on **New** -> **Key** and name it “AutoSelectCertificateForUrls”
6. Right click on **AutoSelectCertificateForUrls** and click on **New** -> **String Value** and input it as *“1”*
7. Double click on the *"1"* and add the following code:
   ```text theme={null}
   {"pattern":"*","filter":{"ISSUER":{"CN":"Your_Certificate_Issuer_N ame"}}}
   ```

**NOTE**: Here, "TRUU-SUBENT-CA01" is the issuer name

<Frame>
  <img src="https://mintcdn.com/truu-2/3ekFPTyORdtKN488/images/image-118.png?fit=max&auto=format&n=3ekFPTyORdtKN488&q=85&s=0aabaef844fe12877f753ba1fc05d928" alt="Image" width="396" height="206" data-path="images/image-118.png" />
</Frame>

8. Click **OK**

## To disable of popup selection of Certificate in Microsoft Edge configure the below steps:

1. Open **Run console** and type *regedit.exe* and click **Enter**
2. On the Left Panel traverse through **HKEY\_LOCAL\_MACHINE -> SOFTWARE ->**

**Policies -> Microsoft**

3. Right click on **Microsoft** and click on **New** -> **Key** and name it *“Edge”*
4. Right click on **Edge** and click on **New** -> **Key** and name it as *“AutoSelectCertificateForUrls”*
5. Right click on **AutoSelectCertificateForUrls** and click on **New** -> **String Value** and it as *“1”*
6. Double click on “**1**” and add the following code:

```text theme={null}
{"pattern":"*","filter":{"ISSUER":{"CN":"Your_Certificate_Issuer_N ame"}}}
```

**NOTE**: Here, "TRUU-SUBENT-CA01" is the issuer name

<Frame>
  <img src="https://mintcdn.com/truu-2/V5vZVh5tzGEVWJpH/images/image-125.png?fit=max&auto=format&n=V5vZVh5tzGEVWJpH&q=85&s=6286d14884369b5663553c41356bd490" alt="Image" width="3518" height="1778" data-path="images/image-125.png" />
</Frame>

7. Click **OK**

## To disable of popup selection of Certificate in Chromium configure the below steps:

1. Open **Run console** and type **regedit.exe** and click enter
2. On the Left Panel traverse through **HKEY\_LOCAL\_MACHINE** -> **SOFTWARE** ->

**Policies**

3. Right click on **Policies** and click on **New -> Key** and name it as *“Chromium”*
4. Right click on **Chromium** and click on **New** -> **Key** and name it as

*“AutoSelectCertificateForUrls”*

5. Right click on **AutoSelectCertificateForUrls** and click on **New** -> **String Value** and it as ***“1”***
6. Double click on “**1**” and add the following code:

```text theme={null}
{"pattern":"*","filter":{"ISSUER":{"CN":"Your_Certificate_Issuer_N ame"}}}
```

**NOTE**: Here, "TRUU-SUBENT-CA01" is the issuer name

<Frame>
  <img src="https://mintcdn.com/truu-2/V5vZVh5tzGEVWJpH/images/image-126.png?fit=max&auto=format&n=V5vZVh5tzGEVWJpH&q=85&s=772c56bbf80e2dc932ab18b2dbbd1a86" alt="Image" width="3120" height="1600" data-path="images/image-126.png" />
</Frame>

7. Click **OK**
