Add Chrome CA Trust guide for Linux (#592)

This commit is contained in:
gStart9
2024-02-19 16:26:22 +00:00
committed by GitHub
parent 216f4a3d21
commit 75a6a26876
2 changed files with 21 additions and 1 deletions

View File

@@ -35,7 +35,11 @@ Trusting Your Root CA on Linux
In the output it should say ``1 added`` if it was successful. For most applications, you will now be able to securely connect via ``https``. In the output it should say ``1 added`` if it was successful. For most applications, you will now be able to securely connect via ``https``.
#. If using Firefox, complete :ref:`this final step <ca-ff>` #.
If you are using Firefox, complete :ref:`this final step <ca-ff>`
If you are using Chrome or Brave, complete :ref:`this final step <ca-chrome>`
.. group-tab:: Arch/Garuda .. group-tab:: Arch/Garuda

View File

@@ -0,0 +1,16 @@
.. _ca-chrome:
==========================================
Configuring Chrome to Respect Your Root CA
==========================================
This guide applies to Chrome, Chromium, Brave, Vivaldi and any other Chrome-based browser, only on Linux, where by default, Chrome does not look to the system trust store but provides its own build-in trust store.
#. Visit `chrome://settings/certificates` in Chrome
#. Select the **Authorities** tab
#. Select **Import**
#. Find and select your *adjective-noun.crt* file
#. Check “Trust this certificate for identifying websites”
#. Select OK