From 3d9f272bcc0809faea23440dde6c7439410f2de6 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 2 Dec 2025 02:57:36 +0000 Subject: [PATCH] chore(administration): Generate system config documentation from config.sample.php --- .../config_sample_php_parameters.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 826fc798b..0989e197e 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -3787,6 +3787,20 @@ Enable features that are do respect accessibility standards yet. Defaults to ``true`` +default_certificates_bundle_path +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + + +:: + + 'default_certificates_bundle_path' => \OC::$SERVERROOT . '/resources/config/ca-bundle.crt', + +Change the default certificates bundle used for trusting certificates. + +Nextcloud ships its own up-to-date certificates bundle, but in certain cases admins may wish to specify a different bundle, for example the one shipped by their distro. + +Defaults to `\\OC::$SERVERROOT . '/resources/config/ca-bundle.crt'`. + .. ALL_OTHER_SECTIONS_END .. Generated content above. Don't change this.