mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Increase default new key size https://sourceforge.net/p/webadmin/bugs/4506/
This commit is contained in:
@@ -29,7 +29,7 @@ $standard_usermin_dir = "/etc/usermin";
|
||||
$latest_rpm = "http://www.webmin.com/download/usermin-latest.noarch.rpm";
|
||||
$latest_tgz = "http://www.webmin.com/download/usermin-latest.tar.gz";
|
||||
|
||||
$default_key_size = 512;
|
||||
$default_key_size = 2048;
|
||||
|
||||
$cron_cmd = "$module_config_directory/update.pl";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user