Docs/update various flows (#335)

* Revert Mint/PopOS instructions

* Revert Mint/PopOS instructions

* Tweak a couple android focused guides

* Tweak to Android note
This commit is contained in:
gStart9
2023-03-26 23:39:48 +00:00
committed by GitHub
parent c3d3d34a44
commit 74344a2d34
3 changed files with 11 additions and 11 deletions

View File

@@ -8,6 +8,8 @@ Trusting Embassy CA in Firefox
This should work equally well in Firefox, Firefox ESR, or Librewolf.
.. note:: If you are attempting to set up Firefox on Android, click the "Android" tab below for Android-specific instructions.
.. tabs::
.. group-tab:: Linux/Mac/Windows

View File

@@ -10,14 +10,6 @@ Trusting Embassy CA on Android
.. tabs::
.. group-tab:: Android v12
Tap **Settings > Security > Advanced > Encryption and Credentials > Install from Storage** and select your "Embassy Local Root CA" certificate.
.. figure:: /_static/images/ssl/android/droidLAN0.png
:width: 30%
:alt: Install certificate
.. group-tab:: Android v13+
Tap **Settings > Security > More security settings > Encryption & credentials > Install a certificate > CA Certificate > Install Anyway** and select your "Embassy Local Root CA" certificate.
@@ -25,3 +17,11 @@ Trusting Embassy CA on Android
.. figure:: /_static/images/ssl/android/droidLAN2.png
:width: 30%
:alt: Install certificate
.. group-tab:: Android v12
Tap **Settings > Security > Advanced > Encryption and Credentials > Install from Storage** and select your "Embassy Local Root CA" certificate.
.. figure:: /_static/images/ssl/android/droidLAN0.png
:width: 30%
:alt: Install certificate

View File

@@ -58,9 +58,7 @@ Here we will insert your Embassy's CA certificate into Linux's trust store to en
.. code-block:: bash
cd ~/Downloads
sudo mkdir -p /usr/share/ca-certificates/start9
sudo cp "Embassy Local CA.crt" /usr/local/share/ca-certificates/start9/
echo "start9/Embassy Local CA.crt" | sudo tee -a /etc/ca-certificates.conf
sudo cp "Embassy Local CA.crt" /usr/local/share/ca-certificates/
sudo update-ca-certificates
In the output it should say ``1 added`` if it was successful.