Add a textarea to show the output of the CA.sh
This commit is contained in:
parent
e3f51487ab
commit
7cf991d537
4 changed files with 24 additions and 6 deletions
|
|
@ -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]))
|
||||
|
|
|
|||
Reference in a new issue