Revision 0fcaf4f2
Added by Jim Pingle about 14 years ago
usr/local/www/system_certmanager.php | ||
---|---|---|
592 | 592 |
<tr> |
593 | 593 |
<td align="right"><?=gettext("Country Code");?> : </td> |
594 | 594 |
<td align="left"> |
595 |
<input name="dn_country" type="text" class="formfld unknown" maxlength="2" size="2" value="<?=htmlspecialchars($pconfig['dn_country']);?>" readonly/>
|
|
595 |
<input name="dn_country" type="text" class="formfld unknown" maxlength="2" size="2" value="<?=htmlspecialchars($pconfig['dn_country']);?>"/> |
|
596 | 596 |
</td> |
597 | 597 |
</tr> |
598 | 598 |
<tr> |
599 | 599 |
<td align="right"><?=gettext("State or Province");?> : </td> |
600 | 600 |
<td align="left"> |
601 |
<input name="dn_state" type="text" class="formfld unknown" size="40" value="<?=htmlspecialchars($pconfig['dn_state']);?>" readonly/>
|
|
601 |
<input name="dn_state" type="text" class="formfld unknown" size="40" value="<?=htmlspecialchars($pconfig['dn_state']);?>"/> |
|
602 | 602 |
</td> |
603 | 603 |
</tr> |
604 | 604 |
<tr> |
605 | 605 |
<td align="right"><?=gettext("City");?> : </td> |
606 | 606 |
<td align="left"> |
607 |
<input name="dn_city" type="text" class="formfld unknown" size="40" value="<?=htmlspecialchars($pconfig['dn_city']);?>" readonly/>
|
|
607 |
<input name="dn_city" type="text" class="formfld unknown" size="40" value="<?=htmlspecialchars($pconfig['dn_city']);?>"/> |
|
608 | 608 |
</td> |
609 | 609 |
</tr> |
610 | 610 |
<tr> |
611 | 611 |
<td align="right"><?=gettext("Organization");?> : </td> |
612 | 612 |
<td align="left"> |
613 |
<input name="dn_organization" type="text" class="formfld unknown" size="40" value="<?=htmlspecialchars($pconfig['dn_organization']);?>" readonly/>
|
|
613 |
<input name="dn_organization" type="text" class="formfld unknown" size="40" value="<?=htmlspecialchars($pconfig['dn_organization']);?>"/> |
|
614 | 614 |
</td> |
615 | 615 |
</tr> |
616 | 616 |
<tr> |
Also available in: Unified diff
Unlock the fields when making a new internal cert, so we copy the data from the CA but are not locked into it. (Cert details often differ from CA details...)