mirror of
https://github.com/webmin/webmin.git
synced 2026-06-12 07:40:25 +01:00
Use actual path to the kill command
This commit is contained in:
2
setup.pl
2
setup.pl
@@ -465,7 +465,7 @@ else {
|
||||
$host = &get_system_hostname();
|
||||
$cert = &tempname();
|
||||
$key = &tempname();
|
||||
open(SSL, "| openssl req -newkey rsa:512 -x509 -nodes -out $cert -keyout $key -days 1825 >/dev/null 2>&1");
|
||||
open(SSL, "| openssl req -newkey rsa:2048 -x509 -nodes -out $cert -keyout $key -days 1825 -sha256 >/dev/null 2>&1");
|
||||
print SSL ".\n";
|
||||
print SSL ".\n";
|
||||
print SSL ".\n";
|
||||
|
||||
Reference in New Issue
Block a user