mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 02:11:55 +00:00
Add Chrome CA Trust guide for Linux (#592)
This commit is contained in:
@@ -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 <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
|
||||
|
||||
|
||||
16
site/source/misc-guides/ca-chrome.rst
Normal file
16
site/source/misc-guides/ca-chrome.rst
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user