Skip to content

Commit c486816

Browse files
committed
chore(administration): Generate system config documentation from config.sample.php
1 parent 1edb891 commit c486816

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

admin_manual/configuration_server/config_sample_php_parameters.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4288,6 +4288,20 @@ avoiding instantiation of unused objects.
42884288

42894289
Defaults to ``true``
42904290

4291+
default_certificates_bundle_path
4292+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4293+
4294+
4295+
::
4296+
4297+
'default_certificates_bundle_path' => \OC::$SERVERROOT . '/resources/config/ca-bundle.crt',
4298+
4299+
Change the default certificates bundle used for trusting certificates.
4300+
4301+
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.
4302+
4303+
Defaults to `\\OC::$SERVERROOT . '/resources/config/ca-bundle.crt'`.
4304+
42914305
.. ALL_OTHER_SECTIONS_END
42924306
.. Generated content above. Don't change this.
42934307

0 commit comments

Comments
 (0)