Files
documentation/site/source/user-manual/connecting/connecting-lan/lan-os/lan-mac.rst
kn0wmad 7c0a58f2d4 Maint/build fixes (#378)
* Build fixes

* Minor cert rename for Mac
2023-05-09 17:02:45 -06:00

51 lines
1.9 KiB
ReStructuredText

.. _lan-mac:
==========================
Trusting Embassy CA on Mac
==========================
#. In your Embassy, head to *System* -> *Lan* -> click *Download Certificate* and save it to your Mac.
.. figure:: /_static/images/ssl/macos/mac-lan-setup0.png
:width: 60%
:alt: LAN setup prompt
#. Locate the certificate and double click it.
.. figure:: /_static/images/ssl/macos/mac-lan-setup1.png
:width: 60%
#. In the resulting box, choose "System" from the "Keychain" dropdown menu. Then click "Add."
.. figure:: /_static/images/ssl/macos/mac-lan-setup2.png
:width: 60%
:alt: System Keychain
#. Enter your computer password when prompted. It will be imported into your mac's keychain.
.. figure:: /_static/images/ssl/macos/certificate_untrusted.png
:width: 60%
:alt: Keychain access import menu
.. note:: If the keychain console did not open, press "Command + spacebar" and type “Keychain Access”, and hit enter to open it.
#. Navigate to the "System" tab on the left, find the certificate, which is usually named as your server's unique "adjective-noun.local", and double click on this certificate. A second window will pop up.
#. Open the "Trust" dropdown and select "Always Trust" from the dropdown next to "When using this certificate".
.. figure:: /_static/images/ssl/macos/always_trust.png
:width: 60%
:alt: Keychain submenu
#. Close this window and enter your password to apply the settings.
#. The "Embassy Local Root CA" cert will now read "This certificate is marked as trusted for all users" in Keychain Access.
.. figure:: /_static/images/ssl/macos/certificate_trusted.png
:width: 60%
:alt: Keychain menu trusted certificate
No additional setup is required for most browsers and you will now be able to safely connect to your Embassy over LAN.
For Firefox, you will need to follow :ref:`these <lan-ff>` instructions.