laking
2011-04-04 892f21aca22d164ec14677545c3e64439043631f
Update on certificte CA-signing. Moved config to control panel.
10 files modified
46 ■■■■■ changed files
interface/web/admin/form/server_config.tform.php 18 ●●●●● patch | view | raw | blame | history
interface/web/admin/lib/lang/ar_server_config.lng 2 ●●●●● patch | view | raw | blame | history
interface/web/admin/lib/lang/cz_server_config.lng 2 ●●●●● patch | view | raw | blame | history
interface/web/admin/lib/lang/el_server_config.lng 4 ●●● patch | view | raw | blame | history
interface/web/admin/lib/lang/en_server_config.lng 2 ●●●●● patch | view | raw | blame | history
interface/web/admin/lib/lang/es_server_config.lng 2 ●●●●● patch | view | raw | blame | history
interface/web/admin/lib/lang/pt_server_config.lng 2 ●●●●● patch | view | raw | blame | history
interface/web/admin/lib/lang/ru_server_config.lng 4 ●●● patch | view | raw | blame | history
interface/web/admin/lib/lang/tr_server_config.lng 2 ●●●●● patch | view | raw | blame | history
interface/web/admin/templates/server_config_web_edit.htm 8 ●●●●● patch | view | raw | blame | history
interface/web/admin/form/server_config.tform.php
@@ -370,6 +370,22 @@
            'width' => '40',
            'maxlength' => '255'
        ),
        'CA_path' => array(
            'datatype' => 'VARCHAR',
            'formtype' => 'TEXT',
            'default' => '',
            'value' => '',
            'width' => '40',
            'maxlength' => '255'
        ),
        'CA_pass' => array(
            'datatype' => 'VARCHAR',
            'formtype' => 'TEXT',
            'default' => '',
            'value' => '',
            'width' => '40',
            'maxlength' => '255'
        ),
        'security_level' => array(
            'datatype' => 'VARCHAR',
            'formtype' => 'SELECT',
@@ -847,4 +863,4 @@
    ##################################
    )
);
?>
?>
interface/web/admin/lib/lang/ar_server_config.lng
@@ -74,4 +74,6 @@
$wb['php_ini_path_cgi_txt'] = 'CGI php.ini path';
$wb['php_ini_path_apache_txt'] = 'Apache php.ini path';
$wb['check_apache_config_txt'] = 'Test apache configuration on restart';
$wb["CA_path_txt"] = 'CA Path';
$wb["CA_pass_txt"] = 'CA passphrase';
?>
interface/web/admin/lib/lang/cz_server_config.lng
@@ -74,4 +74,6 @@
$wb['php_ini_path_cgi_txt'] = 'CGI php.ini path';
$wb['php_ini_path_apache_txt'] = 'Apache php.ini path';
$wb['check_apache_config_txt'] = 'Test apache configuration on restart';
$wb["CA_path_txt"] = 'CA Path';
$wb["CA_pass_txt"] = 'CA passphrase';
?>
interface/web/admin/lib/lang/el_server_config.lng
@@ -74,4 +74,6 @@
$wb['php_ini_path_cgi_txt'] = 'Διαδρομή του php.ini για CGI';
$wb['php_ini_path_apache_txt'] = 'Διαδρομή του php.ini για Apache';
$wb['check_apache_config_txt'] = 'Έλεγχος των ρυθμίσεων του apache ή επαννεκίνηση';
?>
$wb["CA_path_txt"] = 'CA Path';
$wb["CA_pass_txt"] = 'CA passphrase';
?>
interface/web/admin/lib/lang/en_server_config.lng
@@ -79,4 +79,6 @@
$wb["php_ini_path_apache_txt"] = 'Apache php.ini path';
$wb["check_apache_config_txt"] = 'Test apache configuration on restart';
$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.';
$wb["CA_path_txt"] = 'CA Path';
$wb["CA_pass_txt"] = 'CA passphrase';
?>
interface/web/admin/lib/lang/es_server_config.lng
@@ -74,4 +74,6 @@
$wb['php_ini_path_cgi_txt'] = 'CGI php.ini path';
$wb['php_ini_path_apache_txt'] = 'Apache php.ini path';
$wb['check_apache_config_txt'] = 'Test apache configuration on restart';
$wb["CA_path_txt"] = 'CA Path';
$wb["CA_pass_txt"] = 'CA passphrase';
?>
interface/web/admin/lib/lang/pt_server_config.lng
@@ -74,4 +74,6 @@
$wb['php_ini_path_cgi_txt'] = 'CGI php.ini path';
$wb['php_ini_path_apache_txt'] = 'Apache php.ini path';
$wb['check_apache_config_txt'] = 'Test apache configuration on restart';
$wb["CA_path_txt"] = 'CA Path';
$wb["CA_pass_txt"] = 'CA passphrase';
?>
interface/web/admin/lib/lang/ru_server_config.lng
@@ -74,4 +74,6 @@
$wb['php_ini_path_cgi_txt'] = 'CGI php.ini path';
$wb['php_ini_path_apache_txt'] = 'Apache php.ini path';
$wb['check_apache_config_txt'] = 'Test apache configuration on restart';
?>
$wb["CA_path_txt"] = 'CA Path';
$wb["CA_pass_txt"] = 'CA passphrase';
?>
interface/web/admin/lib/lang/tr_server_config.lng
@@ -74,4 +74,6 @@
$wb['php_ini_path_cgi_txt'] = 'CGI php.ini path';
$wb['php_ini_path_apache_txt'] = 'Apache php.ini path';
$wb['check_apache_config_txt'] = 'Test apache configuration on restart';
$wb["CA_path_txt"] = 'CA Path';
$wb["CA_pass_txt"] = 'CA passphrase';
?>
interface/web/admin/templates/server_config_web_edit.htm
@@ -25,6 +25,14 @@
          <label for="vhost_conf_enabled_dir">{tmpl_var name='vhost_conf_enabled_dir_txt'}</label>
        <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" />
            </div>
      <div class="ctrlHolder">
          <label for="CA_path">{tmpl_var name='CA_path_txt'}</label>
        <input name="CA_path" id="CA_path" value="{tmpl_var name='CA_path'}" size="40" maxlength="255" type="text" class="textInput" />
            </div>
      <div class="ctrlHolder">
          <label for="CA_pass">{tmpl_var name='CA_pass_txt'}</label>
        <input name="CA_pass" id="CA_pass" value="{tmpl_var name='CA_pass'}" size="40" maxlength="255" type="password" class="textInput" />
            </div>
      <div class="ctrlHolder">
                <p class="label">{tmpl_var name='security_level_txt'}</p>
                    <div class="multiField">