aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2015-03-08 17:40:46 -0400
committerjim-p <jimp@pfsense.org>2015-03-08 17:40:46 -0400
commit858f699b0119f0c196c67740dbfb1fc2f037c2f2 (patch)
tree8a179e04cb15c856110dbe00269fea023bea4082 /config/haproxy-devel
parent93ef8a5824c20f8d942495081edc46853e82baf5 (diff)
parentba815dbdf7d2acfcd9a6ba4d0c30ac744af6ef36 (diff)
downloadpfsense-packages-858f699b0119f0c196c67740dbfb1fc2f037c2f2.tar.gz
pfsense-packages-858f699b0119f0c196c67740dbfb1fc2f037c2f2.tar.bz2
pfsense-packages-858f699b0119f0c196c67740dbfb1fc2f037c2f2.zip
Merge pull request #830 from PiBa-NL/haproxy-devel21
Diffstat (limited to 'config/haproxy-devel')
-rw-r--r--config/haproxy-devel/pkg/haproxy_utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/haproxy-devel/pkg/haproxy_utils.inc b/config/haproxy-devel/pkg/haproxy_utils.inc
index 4b945c06..d8c4faf4 100644
--- a/config/haproxy-devel/pkg/haproxy_utils.inc
+++ b/config/haproxy-devel/pkg/haproxy_utils.inc
@@ -354,7 +354,7 @@ function haproxy_get_certificates($type = 'server,user', $get_includeWebCert=fal
$ok |= stristr($type,',user,') && $purpose['server'] != 'Yes';
if (!$ok)
continue;
- if ($get_includeWebCert == false && is_webgui_cert($cert['refid']))
+ if ($get_includeWebCert == false && $cert['descr'] == "webConfigurator default")
continue;
$certificates[$cert['refid']]['name'] = haproxy_get_certificate_descriptivename($cert);
}