mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-30 12:11:57 +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.
|
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::
|
.. tabs::
|
||||||
|
|
||||||
.. group-tab:: Linux/Mac/Windows
|
.. group-tab:: Linux/Mac/Windows
|
||||||
|
|||||||
@@ -10,14 +10,6 @@ Trusting Embassy CA on Android
|
|||||||
|
|
||||||
.. tabs::
|
.. 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+
|
.. 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.
|
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
|
.. figure:: /_static/images/ssl/android/droidLAN2.png
|
||||||
:width: 30%
|
:width: 30%
|
||||||
:alt: Install certificate
|
: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
|
.. code-block:: bash
|
||||||
|
|
||||||
cd ~/Downloads
|
cd ~/Downloads
|
||||||
sudo mkdir -p /usr/share/ca-certificates/start9
|
sudo cp "Embassy Local CA.crt" /usr/local/share/ca-certificates/
|
||||||
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 update-ca-certificates
|
sudo update-ca-certificates
|
||||||
|
|
||||||
In the output it should say ``1 added`` if it was successful.
|
In the output it should say ``1 added`` if it was successful.
|
||||||
|
|||||||
Reference in New Issue
Block a user