Bug 162116: Fix cert suffix to be .crt as Apache expects it
This commit is contained in:
parent
c78209e109
commit
b01625a788
@ -1521,7 +1521,7 @@ sub genCertWindow
|
|||||||
return "Skip" if $useca;
|
return "Skip" if $useca;
|
||||||
|
|
||||||
$keyfile = $ssltop."/private/".$servername.".key";
|
$keyfile = $ssltop."/private/".$servername.".key";
|
||||||
$certfile = $ssltop."/certs/".$servername.".cert";
|
$certfile = $ssltop."/certs/".$servername.".crt";
|
||||||
|
|
||||||
my $msg = "You are about to be asked to enter information that will be ".
|
my $msg = "You are about to be asked to enter information that will be ".
|
||||||
"made into a self-signed certificate for your server. What you are ".
|
"made into a self-signed certificate for your server. What you are ".
|
||||||
|
Loading…
Reference in New Issue
Block a user