From db98c8b956d6132e711ab707c3bcee5c66b11454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=E7i?= Date: Mon, 8 Mar 2010 19:25:11 +0000 Subject: Ticket #395. Add the path to the openssl.cnf to avoid errors. /etc/ssl/openssl.cnf needs to be tuned more to suit pfSense. --- etc/inc/certs.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/inc/certs.inc') 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; -- cgit v1.1