mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Describe the serial field on imported CA more clearly. Resolves #2031
This commit is contained in:
parent
50fd2013dd
commit
bfa526dc39
@ -417,9 +417,10 @@ function method_change() {
|
||||
|
||||
<?php if (!isset($id) || $act == "edit"): ?>
|
||||
<tr>
|
||||
<td width="22%" valign="top" class="vncellreq"><?=gettext("Serial");?></td>
|
||||
<td width="22%" valign="top" class="vncellreq"><?=gettext("Serial for next certificate");?></td>
|
||||
<td width="78%" class="vtable">
|
||||
<input name="serial" type="text" class="formfld unknown" id="serial" size="20" value="<?=htmlspecialchars($pconfig['serial']);?>"/>
|
||||
<br/><?=gettext("Enter a decimal number to be used as the serial number for the next certificate to be created using this CA.");?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user