Files
documentation/site/source/user-manual/connecting/connecting-lan/lan-os/lan-linux.rst
2022-09-08 17:40:21 -06:00

23 lines
797 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
.. _lan-linux:
============================
Trusting Embassy CA on Linux
============================
Nothing specific needs to be configured for the Linux environment at an OS level if you are only connecting over LAN through a **browser**.
However, if you want to connect over LAN using a **native app** (e.g. the Bitwarden app or ``git``) you will need to trust the Root CA.
Trusting Embassy CA on Ubuntu / Debian
--------------------------------------
From the folder you have downloaded your Embassys Root CA, run the following commands:
.. code-block:: bash
sudo apt-get install -y ca-certificates
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.