From 0d0377ebfb123e079822632ae4bc6855a11eb117 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 12 Jan 2016 12:58:45 +0100 Subject: Add a config option to enable certificate management --- config/config.sample.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config') 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 @@ -846,6 +846,11 @@ $CONFIG = array( 'config' => '/absolute/location/of/openssl.cnf', ), +/** + * Allow the configuration of system wide trusted certificates + */ +'enable_certificate_management' => false, + /** * Memory caching backend configuration * -- cgit v1.2.3