mirror of
https://github.com/nextcloud/documentation.git
synced 2025-12-12 07:29:47 +07:00
chore(administration): Generate system config documentation from config.sample.php
This commit is contained in:
@@ -4424,6 +4424,20 @@ avoiding instantiation of unused objects.
|
|||||||
|
|
||||||
Defaults to ``true``
|
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
|
.. ALL_OTHER_SECTIONS_END
|
||||||
.. Generated content above. Don't change this.
|
.. Generated content above. Don't change this.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user