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
@@ -2677,4 +2677,13 @@
2677
2677
* Defaults to true.
2678
2678
*/
2679
2679
'files.trash.delete' => true,
2680
+
2681
+
/**
2682
+
* Change the default certificates bundle used for trusting certificates.
2683
+
*
2684
+
* 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.
2685
+
*
2686
+
* Defaults to `\OC::$SERVERROOT . '/resources/config/ca-bundle.crt'`.
0 commit comments