From cc84e90a6da4cd5629edb466fa85244aeb12b152 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 2 Dec 2025 02:57:44 +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 4fa959779..52ef470f4 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -4424,6 +4424,20 @@ avoiding instantiation of unused objects. 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.