From 3bf702447b0c23510cf095737b7ad3e7a9f09279 Mon Sep 17 00:00:00 2001 From: Ivan Gabaldon Date: Tue, 23 Sep 2025 21:57:29 +0200 Subject: [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 --- docs/admin/installation-docker.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs/admin') diff --git a/docs/admin/installation-docker.rst b/docs/admin/installation-docker.rst index c947b8b57..20fa95262 100644 --- a/docs/admin/installation-docker.rst +++ b/docs/admin/installation-docker.rst @@ -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 -- cgit v1.2.3