summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluckman212 <luke.hamburg@gmail.com>2018-09-18 12:02:39 -0400
committerjim-p <jimp@netgate.com>2018-09-18 12:27:21 -0400
commitd43485a9bc0fd7c5174090949290e4fc8100d565 (patch)
treeda14e2579a0b76ae30b9539b93d0ec723b00a3c7
parent30a3c370ecf681a995c978ef5c88a8e32787c02a (diff)
downloadpfsense-d43485a9bc0fd7c5174090949290e4fc8100d565.zip
pfsense-d43485a9bc0fd7c5174090949290e4fc8100d565.tar.gz
small change to fixup https://redmine.pfsense.org/issues/8851
without this, clicking edit on existing CA goes to wrong screen and breaks Save button (cherry picked from commit 3319f34dfdec8e09c7b561a0689610c9a4ca3ee2)
-rw-r--r--src/usr/local/www/system_camanager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/www/system_camanager.php b/src/usr/local/www/system_camanager.php
index 3ad6098..f8221ea 100644
--- a/src/usr/local/www/system_camanager.php
+++ b/src/usr/local/www/system_camanager.php
@@ -101,6 +101,7 @@ if ($act == "edit") {
pfSenseHeader("system_camanager.php");
exit;
}
+ $pconfig['method'] = 'existing';
$pconfig['descr'] = $a_ca[$id]['descr'];
$pconfig['refid'] = $a_ca[$id]['refid'];
$pconfig['cert'] = base64_decode($a_ca[$id]['crt']);
OpenPOWER on IntegriCloud