summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_camanager.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-11-29 10:17:00 -0500
committerjim-p <jimp@pfsense.org>2011-11-29 10:20:36 -0500
commit51c24cf6868afed072f9ae488c6a144aaeda9219 (patch)
treec90039f38912f0eef240d1fa122190777138fd91 /usr/local/www/system_camanager.php
parent16106d2e4b7f793badb5dc235f3e1622d15b93a8 (diff)
downloadpfsense-51c24cf6868afed072f9ae488c6a144aaeda9219.zip
pfsense-51c24cf6868afed072f9ae488c6a144aaeda9219.tar.gz
Describe the serial field on imported CA more clearly. Resolves #2031
Diffstat (limited to 'usr/local/www/system_camanager.php')
-rw-r--r--usr/local/www/system_camanager.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/system_camanager.php b/usr/local/www/system_camanager.php
index 3b964f5..4d0c961 100644
--- a/usr/local/www/system_camanager.php
+++ b/usr/local/www/system_camanager.php
@@ -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; ?>
OpenPOWER on IntegriCloud