Skip to content

Commit 7eb8f4e

Browse files
committed
Update update.php to support creating and extending LE SSL certs on ISPConfig non-webservers
1 parent 794b7c2 commit 7eb8f4e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

install/update.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,13 @@
524524
}
525525
}
526526

527+
// Create SSL certs for non-webserver(s) ?
528+
if(($conf['apache']['installed'] && $conf['apache']['installed']) == false) {
529+
if(strtolower($inst->simple_query('Do you want to create SSL certs for your server?', array('y', 'n'), 'y')) == 'y') {
530+
$inst->make_ispconfig_ssl_cert();
531+
}
532+
}
533+
527534
$inst->install_ispconfig();
528535

529536
// Cleanup

0 commit comments

Comments
 (0)