Fixed client certificate generation
This commit is contained in:
parent
30802be380
commit
e3f51487ab
2 changed files with 2 additions and 10 deletions
|
@ -72,7 +72,7 @@ if (!empty($_FILES["inputFile"]['tmp_name']))
|
|||
if (!empty($team->team_name))
|
||||
{
|
||||
//TODO save the certificate subject
|
||||
new_client($team->team_name);
|
||||
new_client($team->team_name, $misc_dir);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue