summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_camanager.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-11-15 17:27:06 -0500
committerChris Buechler <cmb@pfsense.org>2009-11-15 17:27:20 -0500
commit5d55ecfc053fa4577fd0b7f62dfbada16a536fda (patch)
treee492ead62543cac67f6ac9160390909205d6e4ab /usr/local/www/system_camanager.php
parent5262b29a907ca61754c200e6df0dbd75a1e469d4 (diff)
downloadpfsense-5d55ecfc053fa4577fd0b7f62dfbada16a536fda.zip
pfsense-5d55ecfc053fa4577fd0b7f62dfbada16a536fda.tar.gz
fix typo
Diffstat (limited to 'usr/local/www/system_camanager.php')
-rw-r--r--usr/local/www/system_camanager.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_camanager.php b/usr/local/www/system_camanager.php
index 7b60e10..b4c15de 100644
--- a/usr/local/www/system_camanager.php
+++ b/usr/local/www/system_camanager.php
@@ -118,14 +118,14 @@ if ($_POST) {
/* input validation */
if ($pconfig['method'] == "existing") {
$reqdfields = explode(" ", "name cert");
- $reqdfieldsn = explode(",", "Desriptive name,Certificate data");
+ $reqdfieldsn = explode(",", "Descriptive name,Certificate data");
}
if ($pconfig['method'] == "internal") {
$reqdfields = explode(" ",
"name keylen lifetime dn_country dn_state dn_city ".
"dn_organization dn_email dn_commonname");
$reqdfieldsn = explode(",",
- "Desriptive name,Key length,Lifetime,".
+ "Descriptive name,Key length,Lifetime,".
"Distinguished name Country Code,".
"Distinguished name State or Province,".
"Distinguished name City,".
OpenPOWER on IntegriCloud