mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 02:11:55 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user