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

This commit is contained in:
Nextcloud bot
2025-12-02 02:57:39 +00:00
parent d2083b2513
commit 41bb95e47a

View File

@@ -4077,6 +4077,20 @@ Automated deletions are not affected and will continue to work in cases like low
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.