mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
[enh] container: custom certificates (#5238)
Let container instance administrators to add custom certificates: https://docs.searxng.org/admin/installation-docker.html#custom-certificates Closes https://github.com/searxng/searxng/issues/5206
This commit is contained in:
@@ -165,6 +165,17 @@ Container internal paths (don't modify unless you know what you're doing):
|
||||
- ``$SEARXNG_SETTINGS_PATH``: Path to the SearXNG settings file (default: ``$CONFIG_PATH/settings.yml``)
|
||||
- ``$DATA_PATH``: Path to the SearXNG data directory (default: ``/var/cache/searxng``)
|
||||
|
||||
.. _Container custom certificates:
|
||||
|
||||
Custom certificates
|
||||
===================
|
||||
|
||||
You can mount ``/usr/local/share/ca-certificates/`` folder to add/remove
|
||||
additional certificates as needed.
|
||||
|
||||
They will be available on container (re)start or when running
|
||||
``update-ca-certificates`` in the container shell.
|
||||
|
||||
.. _Container custom images:
|
||||
|
||||
Custom images
|
||||
|
||||
Reference in New Issue
Block a user