laking
2011-04-04 b6376411b01d5856d90604f5e7d94cf17d2ecc80
install/update.php
@@ -303,20 +303,6 @@
   //}
}
   //** Configure CA
   if(strtolower($inst->simple_query('Should this installation use a local CA to default-sign certificates?',array('y','n'),'n')) == 'y') {
      $conf['CA-enabled'] = true;
      $conf['CA-path'] = $inst->free_query('Path to the CA folder: ', $conf['CA-path']);
      $conf['CA-pass'] = $inst->free_query('Root Certificate Passphrase', '');
      if(!is_file($conf['CA-path'].'/openssl.cnf'))
      {
          swriteln('ERROR. '.$conf['CA-path'].'/openssl.cnf not found.');
          $conf['CA-enabled'] = false;
      }
      //$inst->configure_ca();
   } else {$conf['CA-enabled'] = false;};
//** Configure ISPConfig
swriteln('Updating ISPConfig');