chore(administration): Generate system config documentation from config.sample.php

This commit is contained in:
Nextcloud bot
2025-12-02 02:57:44 +00:00
parent 9bebba507c
commit cc84e90a6d

View File

@@ -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.