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
@@ -2858,4 +2858,13 @@
2858
2858
* Defaults to ``true``
2859
2859
*/
2860
2860
'enable_lazy_objects' => true,
2861
+
2862
+
/**
2863
+
* Change the default certificates bundle used for trusting certificates.
2864
+
*
2865
+
* 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.
2866
+
*
2867
+
* Defaults to `\OC::$SERVERROOT . '/resources/config/ca-bundle.crt'`.
0 commit comments