Skip to content

Commit cc84e90

Browse files
committed
chore(administration): Generate system config documentation from config.sample.php
1 parent 9bebba5 commit cc84e90

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
@@ -4424,6 +4424,20 @@ avoiding instantiation of unused objects.
44244424

44254425
Defaults to ``true``
44264426

4427+
default_certificates_bundle_path
4428+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4429+
4430+
4431+
::
4432+
4433+
'default_certificates_bundle_path' => \OC::$SERVERROOT . '/resources/config/ca-bundle.crt',
4434+
4435+
Change the default certificates bundle used for trusting certificates.
4436+
4437+
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.
4438+
4439+
Defaults to `\\OC::$SERVERROOT . '/resources/config/ca-bundle.crt'`.
4440+
44274441
.. ALL_OTHER_SECTIONS_END
44284442
.. Generated content above. Don't change this.
44294443

0 commit comments

Comments
 (0)