You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($conf['postfix']['installed'] == true && strtolower($this->simple_query('Symlink ISPConfig LE SSL certs to postfix?', array('y', 'n'), 'y')) == 'y') {
2899
+
if ($conf['postfix']['installed'] == true && strtolower($this->simple_query('Symlink ISPConfig SSL certs to Postfix?', array('y', 'n'), 'y')) == 'y') {
2900
2900
2901
2901
// Define folder, file(s)
2902
2902
$cf = $conf['postfix'];
2903
2903
$postfix_dir = $cf['config_dir'];
2904
-
if(!is_dir($postfix_dir)) $this->error("The postfix configuration directory '$postfix_dir' does not exist.");
2904
+
if(!is_dir($postfix_dir)) $this->error("The Postfix configuration directory '$postfix_dir' does not exist.");
2905
2905
$smtpd_crt = $postfix_dir.'/smtpd.cert';
2906
2906
$smtpd_key = $postfix_dir.'/smtpd.key';
2907
2907
@@ -2915,7 +2915,7 @@ public function make_ispconfig_ssl_cert() {
2915
2915
}
2916
2916
2917
2917
// Extend LE SSL certs to pureftpd
2918
-
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') {
2918
+
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') {
0 commit comments