Fixed client certificate generation

This commit is contained in:
Li Chen 2013-11-25 19:18:51 +01:00
parent 30802be380
commit e3f51487ab
2 changed files with 2 additions and 10 deletions

View file

@ -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);
}
}
}