mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-04-01 21:13:10 +00:00
Merge pull request #113 from Start9Labs/mac-browsers-dont-need-to-trust-cert-more-prominent
Mac stuff (warning about only firefox needing cert + m1 tor file location change
This commit is contained in:
@@ -37,7 +37,9 @@ First instruct your **operating system** to trust your Embassy's Root CA.
|
|||||||
|
|
||||||
lan-os/index
|
lan-os/index
|
||||||
|
|
||||||
Then instruct your **browser** to trust your Embassy's Root CA.
|
Then instruct your **browser** to trust your Embassy's Root CA.
|
||||||
|
|
||||||
|
.. note:: On a Mac - this is only necessary on Firefox. Brave, Chrome and Safari will already work.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|||||||
@@ -27,6 +27,12 @@ Configuring Firefox for Tor on Mac
|
|||||||
|
|
||||||
wget -P /usr/local/etc/tor https://registry.start9labs.com/sys/proxy.pac
|
wget -P /usr/local/etc/tor https://registry.start9labs.com/sys/proxy.pac
|
||||||
|
|
||||||
|
On new (M1) Macs this directory may not exist. If so, use this command:
|
||||||
|
|
||||||
|
.. code-block::
|
||||||
|
|
||||||
|
wget -P /opt/homebrew/etc/tor https://registry.start9labs.com/sys/proxy.pac
|
||||||
|
|
||||||
#. Now, back in your Firefox web browser, select ``Settings`` from the right-hand hamburger menu:
|
#. Now, back in your Firefox web browser, select ``Settings`` from the right-hand hamburger menu:
|
||||||
|
|
||||||
.. figure:: /_static/images/tor/os_ff_settings.png
|
.. figure:: /_static/images/tor/os_ff_settings.png
|
||||||
@@ -45,6 +51,12 @@ Configuring Firefox for Tor on Mac
|
|||||||
|
|
||||||
file:///usr/local/etc/tor/proxy.pac
|
file:///usr/local/etc/tor/proxy.pac
|
||||||
|
|
||||||
|
or (depending on which command you entered in step 3):
|
||||||
|
|
||||||
|
.. code-block::
|
||||||
|
|
||||||
|
file:///opt/homebrew/etc/tor/proxy.pac
|
||||||
|
|
||||||
#. Then, check the box labeled ``Proxy DNS when using SOCKS v5``:
|
#. Then, check the box labeled ``Proxy DNS when using SOCKS v5``:
|
||||||
|
|
||||||
.. figure:: /_static/images/tor/firefox_proxy.png
|
.. figure:: /_static/images/tor/firefox_proxy.png
|
||||||
|
|||||||
Reference in New Issue
Block a user