mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-04-04 22:39:44 +00:00
Add thunderbird app integration. Related touchups (#316)
* Add thunderbird app integration. Related touchups * thunderbird page title touchup * More nextcloud guide touchups * Update index.rst * Update index.rst * A few more nextcloud guide changes * Link to windows and mac-specific instructions in respective guides --------- Co-authored-by: kn0wmad <39687477+kn0wmad@users.noreply.github.com>
This commit is contained in:
@@ -46,6 +46,13 @@ Then instruct your **browser** to trust your Embassy's Root CA.
|
||||
|
||||
lan-browser/index
|
||||
|
||||
**OPTIONAL**: Setup client integrations for Embassy Services (such as Nextcloud).
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
lan-integrations/index
|
||||
|
||||
Access your Embassy LAN Address
|
||||
-------------------------------
|
||||
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
.. _lan-integrations:
|
||||
|
||||
=======================
|
||||
Trust CA - Integrations
|
||||
=======================
|
||||
|
||||
Instruct your end-user **application** to trust your Embassy's Root CA.
|
||||
|
||||
Certain services (such as NextCloud) offer file sync, calendar/contacts sync, or other connectivity you may want to use via a desktop or mobile application. Select from the list below for supported applications.
|
||||
|
||||
.. caution:: You will first need to complete :ref:`lan-os` for your device before continuing.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
Thunderbird <lan-thunderbird>
|
||||
@@ -0,0 +1,36 @@
|
||||
.. _lan-thunderbird:
|
||||
|
||||
==================================
|
||||
Trusting Embassy CA in Thunderbird
|
||||
==================================
|
||||
|
||||
.. caution:: You will first need to complete :ref:`lan-os` for your device before continuing. Take special note of the Thunderbird-specific instructions there.
|
||||
|
||||
.. tabs::
|
||||
|
||||
.. group-tab:: Linux/Mac/Windows
|
||||
|
||||
#. Open Thunderbird and do the following:
|
||||
|
||||
a. Select the hamburger menu bar near the top right of the tab
|
||||
b. Select *Settings* from the resulting drop-down menu
|
||||
|
||||
.. figure:: /_static/images/ssl/integrations/thunderbird_1.png
|
||||
:width: 80%
|
||||
:alt: Thunderbird config editor
|
||||
|
||||
c. In the search bar in the top right, type "*config*"
|
||||
d. Select *Config Editor...*
|
||||
|
||||
.. figure:: /_static/images/ssl/integrations/thunderbird_2.png
|
||||
:width: 80%
|
||||
:alt: Thunderbird config editor
|
||||
|
||||
#. Search for **security.enterprise_roots.enabled**, and click the toggle button so that it turns to **true**:
|
||||
|
||||
.. figure:: /_static/images/ssl/integrations/thunderbird_3.png
|
||||
:width: 80%
|
||||
:alt: Thunderbird enterprise_roots settings
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user