fix ca key file name
This commit is contained in:
parent
3ce5f5bc25
commit
48d47baf5b
@ -154,7 +154,7 @@ $keyEncPassword = ''; # for the one we write
|
||||
$tmpPasswordFile = ''; # none has been created yet
|
||||
$keyfile = $ssltop."/private/".$servername.".key";
|
||||
if ($ca_mode) {
|
||||
$keyfile = $cadir."/private/".$servername;
|
||||
$keyfile = $cadir."/private/".$servername."."key";
|
||||
}
|
||||
|
||||
### State variables
|
||||
|
Loading…
Reference in New Issue
Block a user