if(is_file('/var/run/courier/authdaemon/'))caselog($command.' &> /dev/null',__FILE__,__LINE__,'EXECUTED: '.$command,'Failed to execute the command '.$command);
if(!stristr($options,'dont-create-certs')){
//* Create the SSL certificate
if(AUTOINSTALL){
...
...
@@ -2048,29 +2051,135 @@ class installer_base {
}
publicfunctionmake_ispconfig_ssl_cert(){
global$conf,$autoinstall;
global$conf,$autoinstall;
//* Get hostname from user entry or shell command */
if($conf['pureftpd']['installed']==true&&strtolower($this->simple_query('Symlink ISPConfig LE SSL certs to pureftpd? Creating dhparam file takes some times.',array('y','n'),'y'))=='y'){