From a4cd4228d6ea1b7e10a594e3018ca4017b1a6f9b Mon Sep 17 00:00:00 2001 From: Benjamin B <7598058+BBlackwo@users.noreply.github.com> Date: Fri, 26 Aug 2022 13:54:55 +1000 Subject: [PATCH] Add LAN instructions for Ubuntu --- .../connecting-lan/lan-os/lan-linux.rst | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/site/source/user-manual/connecting/connecting-lan/lan-os/lan-linux.rst b/site/source/user-manual/connecting/connecting-lan/lan-os/lan-linux.rst index d012c82..ac1357c 100644 --- a/site/source/user-manual/connecting/connecting-lan/lan-os/lan-linux.rst +++ b/site/source/user-manual/connecting/connecting-lan/lan-os/lan-linux.rst @@ -4,4 +4,20 @@ Trusting Embassy CA on Linux ============================ -Nothing specific needs to be configured for the Linux environment. +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 Embassy’s 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. \ No newline at end of file