From 75a6a26876b6f062243158745e0ea5414ac00c16 Mon Sep 17 00:00:00 2001 From: gStart9 <106188942+gStart9@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:26:22 +0000 Subject: [PATCH] Add Chrome CA Trust guide for Linux (#592) --- site/source/device-guides/linux/ca-linux.rst | 6 +++++- site/source/misc-guides/ca-chrome.rst | 16 ++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 site/source/misc-guides/ca-chrome.rst diff --git a/site/source/device-guides/linux/ca-linux.rst b/site/source/device-guides/linux/ca-linux.rst index efe4280..949a721 100644 --- a/site/source/device-guides/linux/ca-linux.rst +++ b/site/source/device-guides/linux/ca-linux.rst @@ -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``. - #. If using Firefox, complete :ref:`this final step ` + #. + + If you are using Firefox, complete :ref:`this final step ` + + If you are using Chrome or Brave, complete :ref:`this final step ` .. group-tab:: Arch/Garuda diff --git a/site/source/misc-guides/ca-chrome.rst b/site/source/misc-guides/ca-chrome.rst new file mode 100644 index 0000000..ec55a48 --- /dev/null +++ b/site/source/misc-guides/ca-chrome.rst @@ -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 +