Update brave cacert import page, adding tab for windows (#175)
* Update brave cacert import page, adding tab for windows * Deleted repeated section
9
poetry.lock
generated
@@ -64,8 +64,7 @@ html5lib = ["html5lib"]
|
||||
|
||||
[[package]]
|
||||
name = "certifi"
|
||||
version = "2022.6.15.1"
|
||||
|
||||
version = "2022.9.24"
|
||||
description = "Python package for providing Mozilla's CA Bundle."
|
||||
category = "main"
|
||||
optional = false
|
||||
@@ -693,16 +692,14 @@ beautifulsoup4 = [
|
||||
{file = "beautifulsoup4-4.11.1-py3-none-any.whl", hash = "sha256:58d5c3d29f5a36ffeb94f02f0d786cd53014cf9b3b3951d42e0080d8a9498d30"},
|
||||
{file = "beautifulsoup4-4.11.1.tar.gz", hash = "sha256:ad9aa55b65ef2808eb405f46cf74df7fcb7044d5cbc26487f96eb2ef2e436693"},
|
||||
]
|
||||
|
||||
certifi = [
|
||||
{file = "certifi-2022.6.15.1-py3-none-any.whl", hash = "sha256:43dadad18a7f168740e66944e4fa82c6611848ff9056ad910f8f7a3e46ab89e0"},
|
||||
{file = "certifi-2022.6.15.1.tar.gz", hash = "sha256:cffdcd380919da6137f76633531a5817e3a9f268575c128249fb637e4f9e73fb"},
|
||||
{file = "certifi-2022.9.24-py3-none-any.whl", hash = "sha256:90c1a32f1d68f940488354e36370f6cca89f0f106db09518524c88d6ed83f382"},
|
||||
{file = "certifi-2022.9.24.tar.gz", hash = "sha256:0d9c601124e5a6ba9712dbc60d9c53c21e34f5f641fe83002317394311bdce14"},
|
||||
]
|
||||
charset-normalizer = [
|
||||
{file = "charset-normalizer-2.1.1.tar.gz", hash = "sha256:5a3d016c7c547f69d6f81fb0db9449ce888b418b5b9952cc5e6e66843e9dd845"},
|
||||
{file = "charset_normalizer-2.1.1-py3-none-any.whl", hash = "sha256:83e9a75d1911279afd89352c68b45348559d1fc0506b054b346651b5e7fee29f"},
|
||||
]
|
||||
|
||||
colorama = [
|
||||
{file = "colorama-0.4.5-py2.py3-none-any.whl", hash = "sha256:854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da"},
|
||||
{file = "colorama-0.4.5.tar.gz", hash = "sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4"},
|
||||
|
||||
|
After Width: | Height: | Size: 75 KiB |
|
After Width: | Height: | Size: 40 KiB |
|
After Width: | Height: | Size: 36 KiB |
|
After Width: | Height: | Size: 60 KiB |
|
After Width: | Height: | Size: 36 KiB |
|
After Width: | Height: | Size: 39 KiB |
|
After Width: | Height: | Size: 35 KiB |
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 63 KiB |
@@ -6,6 +6,10 @@ Trust Embassy CA in Brave
|
||||
|
||||
.. caution:: You will first need to complete :ref:`lan-os` for your device before continuing.
|
||||
|
||||
.. tabs::
|
||||
|
||||
.. group-tab:: Linux / MacOS
|
||||
|
||||
#. Open a new tab in Brave and open to "Settings" from the top-right hamburger menu.
|
||||
|
||||
.. figure:: /_static/images/ssl/browser/brave_settings.png
|
||||
@@ -37,3 +41,78 @@ Trust Embassy CA in Brave
|
||||
.. figure:: /_static/images/ssl/browser/brave_view_certs.png
|
||||
:width: 60%
|
||||
:alt: Brave Manage Certificates sub-menu on MacOS
|
||||
|
||||
|
||||
.. group-tab:: Windows
|
||||
|
||||
#. Open a new tab in Brave and open to "Settings" from the top-right hamburger menu.
|
||||
|
||||
.. figure:: /_static/images/ssl/browser/brave_settings.png
|
||||
:width: 30%
|
||||
:alt: Brave settings page
|
||||
|
||||
#. On the left hand sidebar, select the "Privacy and security" section, then the "Security" menu item.
|
||||
|
||||
.. figure:: /_static/images/ssl/browser/brave_security.png
|
||||
:width: 60%
|
||||
:alt: Brave Privacy and security settings
|
||||
|
||||
#. At the bottom of the section, select "Manage Certificates".
|
||||
|
||||
.. figure:: /_static/images/ssl/browser/brave_security_settings.png
|
||||
:width: 60%
|
||||
:alt: Brave Security settings page
|
||||
|
||||
#. The Windows Certificates Manager will open. Click the `Trusted Root Certification Authorities` tab, then `Import...`
|
||||
|
||||
.. figure:: /_static/images/ssl/windows/windows_certificates_caimport_step1.jpg
|
||||
:width: 40%
|
||||
:alt: Windows Certificates CA Cert Import Step 1
|
||||
|
||||
#. The Windows Certificate Import Wizard will open. Click `Next`
|
||||
|
||||
.. figure:: /_static/images/ssl/windows/windows_certificates_caimport_step2.jpg
|
||||
:width: 40%
|
||||
:alt: Windows Certificates CA Cert Import Step 2
|
||||
|
||||
#. Click `Browse...` to select the CA Cert
|
||||
|
||||
.. figure:: /_static/images/ssl/windows/windows_certificates_caimport_step3.jpg
|
||||
:width: 40%
|
||||
:alt: Windows Certificates CA Cert Import Step 3
|
||||
|
||||
#. Navigate to the location of and select your previously dowloaded `Embassy Local CA.crt` file, and click `Open`
|
||||
|
||||
.. figure:: /_static/images/ssl/windows/windows_certificates_caimport_step4.jpg
|
||||
:width: 40%
|
||||
:alt: Windows Certificates CA Cert Import Step 4
|
||||
|
||||
#. The path to the CA certificate will be filled in. Click `Next`
|
||||
|
||||
.. figure:: /_static/images/ssl/windows/windows_certificates_caimport_step5.jpg
|
||||
:width: 40%
|
||||
:alt: Windows Certificates CA Cert Import Step 5
|
||||
|
||||
#. Ensure `Place all certificates in the following store` is selected and the Certificate store is set to `Trusted Root Certification Authorities`. Click `Next`
|
||||
|
||||
.. figure:: /_static/images/ssl/windows/windows_certificates_caimport_step6.jpg
|
||||
:width: 40%
|
||||
:alt: Windows Certificates CA Cert Import Step 6
|
||||
|
||||
#. Click `Finish`
|
||||
|
||||
.. figure:: /_static/images/ssl/windows/windows_certificates_caimport_step7.jpg
|
||||
:width: 40%
|
||||
:alt: Windows Certificates CA Cert Import Step 7
|
||||
|
||||
#. Click `Yes` to accept the subsequent Security Warning
|
||||
|
||||
.. figure:: /_static/images/ssl/windows/windows_certificates_caimport_step8.jpg
|
||||
:width: 40%
|
||||
:alt: Windows Certificates CA Cert Import Step 8
|
||||
|
||||
#. The Windows Certificates Manager should report that the certificate import was successful. Click `OK`, then `Close`
|
||||
|
||||
.. figure:: /_static/images/ssl/windows/windows_certificates_caimport_step9.jpg
|
||||
:width: 40%
|
||||
:alt: Windows Certificates CA Cert Import Step 9
|
||||