summaryrefslogtreecommitdiffstats
path: root/etc/inc/certs.inc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-03-08 19:25:11 +0000
committerErmal Luçi <eri@pfsense.org>2010-03-08 19:25:11 +0000
commitdb98c8b956d6132e711ab707c3bcee5c66b11454 (patch)
treecb77db62e4dae3281dd19c78141a433ca4ef7a30 /etc/inc/certs.inc
parentb2f626b200afda760e69de0ad042f1d06dca974b (diff)
downloadpfsense-db98c8b956d6132e711ab707c3bcee5c66b11454.zip
pfsense-db98c8b956d6132e711ab707c3bcee5c66b11454.tar.gz
Ticket #395. Add the path to the openssl.cnf to avoid errors. /etc/ssl/openssl.cnf needs to be tuned more to suit pfSense.
Diffstat (limited to 'etc/inc/certs.inc')
-rw-r--r--etc/inc/certs.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/certs.inc b/etc/inc/certs.inc
index 9ccd22d..e56b5fb 100644
--- a/etc/inc/certs.inc
+++ b/etc/inc/certs.inc
@@ -31,6 +31,8 @@
require_once("functions.inc");
+putenv("OPENSSL_CONF=/etc/ssl/openssl.cnf");
+
function & lookup_ca($refid) {
global $config;
OpenPOWER on IntegriCloud