if(!$issue_tried&&strtolower($inst->simple_query('Do you want to create SSL certs for your server?',array('y','n'),'y'))=='y'){
if(!$issue_tried&&strtolower($inst->simple_query('Do you want to create SSL certs for your server?',array('y','n'),'y','create_ssl_server_certs'))=='y'){
if($conf['postfix']['installed']==true&&strtolower($this->simple_query('Symlink ISPConfig SSL certs to Postfix?',array('y','n'),'y'))=='y'){
if($conf['postfix']['installed']==true&&strtolower($this->simple_query('Symlink ISPConfig SSL certs to Postfix?',array('y','n'),'y','ispconfig_postfix_ssl_symlink'))=='y'){
// Define folder, file(s)
$cf=$conf['postfix'];
...
...
@@ -3062,7 +3065,7 @@ class installer_base {
}
// Extend LE SSL certs to pureftpd
if($conf['pureftpd']['installed']==true&&strtolower($this->simple_query('Symlink ISPConfig SSL certs to Pure-FTPd? Creating dhparam file may take some time.',array('y','n'),'y'))=='y'){
if($conf['pureftpd']['installed']==true&&strtolower($this->simple_query('Symlink ISPConfig SSL certs to Pure-FTPd? Creating dhparam file may take some time.',array('y','n'),'y','ispconfig_pureftpd_ssl_symlink'))=='y'){
if(!$issue_tried&&strtolower($inst->simple_query('Do you want to create SSL certs for your server?',array('y','n'),'y'))=='y'){
if(!$issue_tried&&strtolower($inst->simple_query('Do you want to create SSL certs for your server?',array('y','n'),'y','create_ssl_server_certs'))=='y'){