Bug #2031 ยป pfsense-certificate-serial-help.patch
| system_camanager.php 2011-11-28 23:29:14.000000000 +0000 | ||
|---|---|---|
| 417 | 417 |
|
| 418 | 418 |
<?php if (!isset($id) || $act == "edit"): ?> |
| 419 | 419 |
<tr> |
| 420 |
<td width="22%" valign="top" class="vncellreq"><?=gettext("Serial");?></td>
|
|
| 420 |
<td width="22%" valign="top" class="vncellreq"><?=gettext("Serial for next certificate");?></td>
|
|
| 421 | 421 |
<td width="78%" class="vtable"> |
| 422 | 422 |
<input name="serial" type="text" class="formfld unknown" id="serial" size="20" value="<?=htmlspecialchars($pconfig['serial']);?>"/> |
| 423 |
<br> |
|
| 424 |
<?=gettext("Enter a decimal number to be used as the serial number for the next certificate to be created using this CA.");?></td>
|
|
| 423 | 425 |
</td> |
| 424 | 426 |
<?php endif; ?> |