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
@@ -2743,4 +2743,13 @@
2743
2743
* Defaults to true.
2744
2744
*/
2745
2745
'files.trash.delete' => true,
2746
+
2747
+
/**
2748
+
* Change the default certificates bundle used for trusting certificates.
2749
+
*
2750
+
* 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.
2751
+
*
2752
+
* Defaults to `\OC::$SERVERROOT . '/resources/config/ca-bundle.crt'`.
0 commit comments