Skip to content

Commit 41bb95e

Browse files
committed
chore(administration): Generate system config documentation from config.sample.php
1 parent d2083b2 commit 41bb95e

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

40784078
Defaults to true.
40794079

4080+
default_certificates_bundle_path
4081+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4082+
4083+
4084+
::
4085+
4086+
'default_certificates_bundle_path' => \OC::$SERVERROOT . '/resources/config/ca-bundle.crt',
4087+
4088+
Change the default certificates bundle used for trusting certificates.
4089+
4090+
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.
4091+
4092+
Defaults to `\\OC::$SERVERROOT . '/resources/config/ca-bundle.crt'`.
4093+
40804094
.. ALL_OTHER_SECTIONS_END
40814095
.. Generated content above. Don't change this.
40824096

0 commit comments

Comments
 (0)