Add a textarea to show the output of the CA.sh

This commit is contained in:
Li Chen 2013-11-25 19:36:28 +01:00
commit 7cf991d537
4 changed files with 24 additions and 6 deletions

View file

@ -28,6 +28,7 @@ function new_client($name, $misc_dir)
putenv("OPENSSL_CONF=$misc_dir/openssl.cnf");
putenv("TOP_DIR=$misc_dir/pki");
$output = shell_exec("$misc_dir/CA.sh -newclient $name");
return $output;
}
if (!empty($p[2]))