From e6041e8fa3580dd54fd065b0b150300099ee60df Mon Sep 17 00:00:00 2001 From: Shutdown <40902872+ShutdownRepo@users.noreply.github.com> Date: Tue, 24 Oct 2023 09:43:43 +0200 Subject: [PATCH 1/2] adding firefox trust certs --- source/exegol-image/my-resources.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/exegol-image/my-resources.rst b/source/exegol-image/my-resources.rst index 94dc3f9..6fec4e1 100644 --- a/source/exegol-image/my-resources.rst +++ b/source/exegol-image/my-resources.rst @@ -99,6 +99,11 @@ A system exists to easily install arbitrary firefox addons in any new exegol con The ``/opt/my-resources/setup/firefox/addons.txt`` file allows the user to list addons to install from online sources. It must be filled with their links in Mozilla's shop (for example https://addons.mozilla.org/fr/firefox/addon/foxyproxy-standard/ ). The ``.xpi`` files in ``/opt/my-resources/setup/firefox/addons/`` folder will be installed as well. +.. seealso:: + Below, available from version ``3.2.0`` of any exegol image. + +The ``.der`` files in ``/opt/my-resources/setup/firefox/certs/`` folder will be trusted . + :code:`python3` (pip3) ~~~~~~~~~~~~~~~~~~~~~~ From 65fd16f350f5db7326a20275056e69e82e0e2744 Mon Sep 17 00:00:00 2001 From: Shutdown <40902872+ShutdownRepo@users.noreply.github.com> Date: Tue, 24 Oct 2023 09:45:34 +0200 Subject: [PATCH 2/2] adding firefox trust certs in section header --- source/exegol-image/my-resources.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/exegol-image/my-resources.rst b/source/exegol-image/my-resources.rst index 6fec4e1..4d4e2a5 100644 --- a/source/exegol-image/my-resources.rst +++ b/source/exegol-image/my-resources.rst @@ -89,7 +89,7 @@ To automatically: The output will be saved into the single file ``~/.config/bloodhound/customqueries.json``. -:code:`firefox` (addons) +:code:`firefox` (addons, certs) ~~~~~~~~~~~~~~~~~~~~~~~~ .. seealso:: Available from version ``3.0.2`` of any exegol image. @@ -97,6 +97,7 @@ To automatically: A system exists to easily install arbitrary firefox addons in any new exegol container. The ``/opt/my-resources/setup/firefox/addons.txt`` file allows the user to list addons to install from online sources. It must be filled with their links in Mozilla's shop (for example https://addons.mozilla.org/fr/firefox/addon/foxyproxy-standard/ ). + The ``.xpi`` files in ``/opt/my-resources/setup/firefox/addons/`` folder will be installed as well. .. seealso::