aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorskjnldsv <skjnldsv@protonmail.com>2024-12-20 12:41:24 +0100
committerskjnldsv <skjnldsv@protonmail.com>2025-01-09 12:54:51 +0100
commitf753d2f77381560017e59934efe25b70ad6fbb80 (patch)
treec4f40b1d74cda7ab87b03315af69103ee864a962 /config
parentd3ec3deab46707b095d64ce95df415b86de94c88 (diff)
downloadnextcloud-server-f753d2f77381560017e59934efe25b70ad6fbb80.tar.gz
nextcloud-server-f753d2f77381560017e59934efe25b70ad6fbb80.zip
fix(federation): comply to `sharing.federation.allowSelfSignedCertificates`
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 7f9af26177e..b19b6238c12 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1881,6 +1881,15 @@ $CONFIG = [
'transferIncomingShares' => false,
/**
+ * Federated Cloud Sharing
+ */
+
+ /**
+ * Allow self-signed certificates for federated shares
+ */
+'sharing.federation.allowSelfSignedCertificates' => false,
+
+/**
* Hashing
*/