diff options
author | Robin Appelman <icewind@owncloud.com> | 2016-01-12 12:58:45 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2016-01-12 12:58:45 +0100 |
commit | 0d0377ebfb123e079822632ae4bc6855a11eb117 (patch) | |
tree | 21ff2bc0a4e69e2ab54cb389c71618eb162ecaf1 /config | |
parent | c15cab7ed6bf2d3ce9009ca09c7c5f33b252860f (diff) | |
download | nextcloud-server-0d0377ebfb123e079822632ae4bc6855a11eb117.tar.gz nextcloud-server-0d0377ebfb123e079822632ae4bc6855a11eb117.zip |
Add a config option to enable certificate management
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 7ba3977fe3a..8e0d89f93dd 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -847,6 +847,11 @@ $CONFIG = array( ), /** + * Allow the configuration of system wide trusted certificates + */ +'enable_certificate_management' => false, + +/** * Memory caching backend configuration * * Available cache backends: |