You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/config.sample.php
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2877,4 +2877,13 @@
2877
2877
* Defaults to ``true``
2878
2878
*/
2879
2879
'enable_lazy_objects' => true,
2880
+
2881
+
/**
2882
+
* Change the default certificates bundle used for trusting certificates.
2883
+
*
2884
+
* 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.
2885
+
*
2886
+
* Defaults to `\OC::$SERVERROOT . '/resources/config/ca-bundle.crt'`.
0 commit comments