Bug 162116: Fix cert suffix to be .crt as Apache expects it

This commit is contained in:
Elio Maldonado 2009-05-20 15:53:54 +00:00
parent c78209e109
commit b01625a788
1 changed files with 1 additions and 1 deletions

View File

@ -1521,7 +1521,7 @@ sub genCertWindow
return "Skip" if $useca;
$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 ".
"made into a self-signed certificate for your server. What you are ".