File tree Expand file tree Collapse file tree 10 files changed +43
-3
lines changed
Expand file tree Collapse file tree 10 files changed +43
-3
lines changed Original file line number Diff line number Diff line change 370370 'width ' => '40 ' ,
371371 'maxlength ' => '255 '
372372 ),
373+ 'CA_path ' => array (
374+ 'datatype ' => 'VARCHAR ' ,
375+ 'formtype ' => 'TEXT ' ,
376+ 'default ' => '' ,
377+ 'value ' => '' ,
378+ 'width ' => '40 ' ,
379+ 'maxlength ' => '255 '
380+ ),
381+ 'CA_pass ' => array (
382+ 'datatype ' => 'VARCHAR ' ,
383+ 'formtype ' => 'TEXT ' ,
384+ 'default ' => '' ,
385+ 'value ' => '' ,
386+ 'width ' => '40 ' ,
387+ 'maxlength ' => '255 '
388+ ),
373389 'security_level ' => array (
374390 'datatype ' => 'VARCHAR ' ,
375391 'formtype ' => 'SELECT ' ,
847863 ##################################
848864 )
849865);
850- ?>
866+ ?>
Original file line number Diff line number Diff line change @@ -74,4 +74,6 @@ $wb['named_conf_local_path_txt'] = 'BIND named.conf.local path';
7474$wb['php_ini_path_cgi_txt'] = 'CGI php.ini path';
7575$wb['php_ini_path_apache_txt'] = 'Apache php.ini path';
7676$wb['check_apache_config_txt'] = 'Test apache configuration on restart';
77+ $wb["CA_path_txt"] = 'CA Path';
78+ $wb["CA_pass_txt"] = 'CA passphrase';
7779?>
Original file line number Diff line number Diff line change @@ -74,4 +74,6 @@ $wb['named_conf_local_path_txt'] = 'BIND named.conf.local path';
7474$wb['php_ini_path_cgi_txt'] = 'CGI php.ini path';
7575$wb['php_ini_path_apache_txt'] = 'Apache php.ini path';
7676$wb['check_apache_config_txt'] = 'Test apache configuration on restart';
77+ $wb["CA_path_txt"] = 'CA Path';
78+ $wb["CA_pass_txt"] = 'CA passphrase';
7779?>
Original file line number Diff line number Diff line change @@ -74,4 +74,6 @@ $wb['named_conf_local_path_txt'] = 'Διαδρομή του named.conf.local τ
7474$wb['php_ini_path_cgi_txt'] = 'Διαδρομή του php.ini για CGI';
7575$wb['php_ini_path_apache_txt'] = 'Διαδρομή του php.ini για Apache';
7676$wb['check_apache_config_txt'] = 'Έλεγχος των ρυθμίσεων του apache ή επαννεκίνηση';
77- ?>
77+ $wb["CA_path_txt"] = 'CA Path';
78+ $wb["CA_pass_txt"] = 'CA passphrase';
79+ ?>
Original file line number Diff line number Diff line change @@ -79,4 +79,6 @@ $wb["php_ini_path_cgi_txt"] = 'CGI php.ini path';
7979$wb["php_ini_path_apache_txt"] = 'Apache php.ini path';
8080$wb["check_apache_config_txt"] = 'Test apache configuration on restart';
8181$wb["network_config_warning_txt"] = 'The network configuration option is only available for Debian and Ubuntu Servers. Do not enable this option if your network interface is not eth0.';
82+ $wb["CA_path_txt"] = 'CA Path';
83+ $wb["CA_pass_txt"] = 'CA passphrase';
8284?>
Original file line number Diff line number Diff line change @@ -74,4 +74,6 @@ $wb['named_conf_local_path_txt'] = 'BIND named.conf.local path';
7474$wb['php_ini_path_cgi_txt'] = 'CGI php.ini path';
7575$wb['php_ini_path_apache_txt'] = 'Apache php.ini path';
7676$wb['check_apache_config_txt'] = 'Test apache configuration on restart';
77+ $wb["CA_path_txt"] = 'CA Path';
78+ $wb["CA_pass_txt"] = 'CA passphrase';
7779?>
Original file line number Diff line number Diff line change @@ -74,4 +74,6 @@ $wb['named_conf_local_path_txt'] = 'BIND named.conf.local path';
7474$wb['php_ini_path_cgi_txt'] = 'CGI php.ini path';
7575$wb['php_ini_path_apache_txt'] = 'Apache php.ini path';
7676$wb['check_apache_config_txt'] = 'Test apache configuration on restart';
77+ $wb["CA_path_txt"] = 'CA Path';
78+ $wb["CA_pass_txt"] = 'CA passphrase';
7779?>
Original file line number Diff line number Diff line change @@ -74,4 +74,6 @@ $wb['named_conf_local_path_txt'] = 'BIND named.conf.local path';
7474$wb['php_ini_path_cgi_txt'] = 'CGI php.ini path';
7575$wb['php_ini_path_apache_txt'] = 'Apache php.ini path';
7676$wb['check_apache_config_txt'] = 'Test apache configuration on restart';
77- ?>
77+ $wb["CA_path_txt"] = 'CA Path';
78+ $wb["CA_pass_txt"] = 'CA passphrase';
79+ ?>
Original file line number Diff line number Diff line change @@ -74,4 +74,6 @@ $wb['named_conf_local_path_txt'] = 'BIND named.conf.local path';
7474$wb['php_ini_path_cgi_txt'] = 'CGI php.ini path';
7575$wb['php_ini_path_apache_txt'] = 'Apache php.ini path';
7676$wb['check_apache_config_txt'] = 'Test apache configuration on restart';
77+ $wb["CA_path_txt"] = 'CA Path';
78+ $wb["CA_pass_txt"] = 'CA passphrase';
7779?>
Original file line number Diff line number Diff line change @@ -25,6 +25,14 @@ <h2><tmpl_var name="list_head_txt"></h2>
2525 < label for ="vhost_conf_enabled_dir "> {tmpl_var name='vhost_conf_enabled_dir_txt'}</ label >
2626 < input name ="vhost_conf_enabled_dir " id ="vhost_conf_enabled_dir " value ="{tmpl_var name='vhost_conf_enabled_dir'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " />
2727 </ div >
28+ < div class ="ctrlHolder ">
29+ < label for ="CA_path "> {tmpl_var name='CA_path_txt'}</ label >
30+ < input name ="CA_path " id ="CA_path " value ="{tmpl_var name='CA_path'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " />
31+ </ div >
32+ < div class ="ctrlHolder ">
33+ < label for ="CA_pass "> {tmpl_var name='CA_pass_txt'}</ label >
34+ < input name ="CA_pass " id ="CA_pass " value ="{tmpl_var name='CA_pass'} " size ="40 " maxlength ="255 " type ="password " class ="textInput " />
35+ </ div >
2836 < div class ="ctrlHolder ">
2937 < p class ="label "> {tmpl_var name='security_level_txt'}</ p >
3038 < div class ="multiField ">
You can’t perform that action at this time.
0 commit comments