Added OCSP issueing capability
This commit is contained in:
parent
b78225d23a
commit
41093f6ab7
1 changed files with 8 additions and 0 deletions
|
@ -36,8 +36,16 @@
|
||||||
<?=_("State/Province")?>: <?=$org['ST']?><br>
|
<?=_("State/Province")?>: <?=$org['ST']?><br>
|
||||||
<?=_("Country")?>: <?=$org['C']?><br>
|
<?=_("Country")?>: <?=$org['C']?><br>
|
||||||
|
|
||||||
|
|
||||||
<form method="post" action="account.php">
|
<form method="post" action="account.php">
|
||||||
<input type="submit" name="process" value="<?=_("Submit")?>">
|
<input type="submit" name="process" value="<?=_("Submit")?>">
|
||||||
<input type="hidden" name="oldid" value="<?=$id?>">
|
<input type="hidden" name="oldid" value="<?=$id?>">
|
||||||
|
|
||||||
|
|
||||||
|
<? if($_SESSION['profile']['admin'] == 1) { ?>
|
||||||
|
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
|
||||||
|
<input type="checkbox" name="ocspcert" value="OCSPCert"/> OCSP certificate
|
||||||
|
<? } ?>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue