From 7241e5286deab1bb5166ff7e713ff93f08409af0 Mon Sep 17 00:00:00 2001 From: Alexander Tereschenko Date: Tue, 5 Nov 2013 09:44:54 +1000 Subject: Bug 906191 - Introduce SSL for Bugzilla DB connections for MySQL r=simon, a=glob --- Bugzilla/Install/Localconfig.pm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'Bugzilla/Install') diff --git a/Bugzilla/Install/Localconfig.pm b/Bugzilla/Install/Localconfig.pm index 3fa253729..d469e13ab 100644 --- a/Bugzilla/Install/Localconfig.pm +++ b/Bugzilla/Install/Localconfig.pm @@ -79,6 +79,22 @@ use constant LOCALCONFIG_VARS => ( name => 'db_check', default => 1, }, + { + name => 'db_mysql_ssl_ca_file', + default => '', + }, + { + name => 'db_mysql_ssl_ca_path', + default => '', + }, + { + name => 'db_mysql_ssl_client_cert', + default => '', + }, + { + name => 'db_mysql_ssl_client_key', + default => '', + }, { name => 'index_html', default => 0, -- cgit v1.2.3-24-g4f1b