We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4586d50 commit e514ae7Copy full SHA for e514ae7
install/lib/installer_base.lib.php
@@ -732,7 +732,7 @@ public function configure_postfix($options = '') {
732
if(!stristr($options,'dont-create-certs')) {
733
//* Create the SSL certificate
734
$command = 'cd '.$config_dir.'; '
735
- .'openssl req -new -outform PEM -out smtpd.cert -newkey rsa:2048 -nodes -keyout smtpd.key -keyform PEM -days 3650 -x509';
+ .'openssl req -new -outform PEM -out smtpd.cert -newkey rsa:4096 -nodes -keyout smtpd.key -keyform PEM -days 3650 -x509';
736
exec($command);
737
738
$command = 'chmod o= '.$config_dir.'/smtpd.key';
@@ -2229,4 +2229,4 @@ protected function insert_db_credentials($tContents) {
2229
}
2230
2231
2232
-?>
+?>
0 commit comments