@@ -30,7 +30,7 @@ License provided this page and all copyright notices remain completely intact.
|
|||||||
<center><h4>Copyright: 2003, William E. Roadcap</h4>
|
<center><h4>Copyright: 2003, William E. Roadcap</h4>
|
||||||
<form>
|
<form>
|
||||||
<textarea name=gpl cols=80 rows=15 readonly>
|
<textarea name=gpl cols=80 rows=15 readonly>
|
||||||
<?
|
<?php
|
||||||
readfile("./LICENSE.TXT");
|
readfile("./LICENSE.TXT");
|
||||||
?>
|
?>
|
||||||
</textarea>
|
</textarea>
|
||||||
@@ -38,7 +38,7 @@ readfile("./LICENSE.TXT");
|
|||||||
</center>
|
</center>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<?
|
<?php
|
||||||
printFooter();
|
printFooter();
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
@@ -494,7 +494,7 @@ function CA_create_cert($cert_type='email',$country,$province,$locality,$organiz
|
|||||||
|
|
||||||
# Create the certificate request
|
# Create the certificate request
|
||||||
unset($cmd_output);
|
unset($cmd_output);
|
||||||
$cmd_output[] = 'Creating certifcate request.';
|
$cmd_output[] = 'Creating certificate request.';
|
||||||
|
|
||||||
if ($passwd) {
|
if ($passwd) {
|
||||||
exec(REQ." -new -newkey rsa:$keysize -keyout '$userkey' -out '$userreq' -config '$cnf_file' -days '$expiry_days' -passout pass:$_passwd 2>&1", $cmd_output, $ret);
|
exec(REQ." -new -newkey rsa:$keysize -keyout '$userkey' -out '$userreq' -config '$cnf_file' -days '$expiry_days' -passout pass:$_passwd 2>&1", $cmd_output, $ret);
|
||||||
|
Reference in New Issue
Block a user