diff options
author | Alexander Wilke <nachtfalkeaw@web.de> | 2013-04-20 21:45:49 +0300 |
---|---|---|
committer | Alexander Wilke <nachtfalkeaw@web.de> | 2013-04-20 21:45:49 +0300 |
commit | a48535c29cc057265262927ddafdaa0d55985bbd (patch) | |
tree | a3e97690a8c3d89183c6e11040e6c03cff981d9d | |
parent | c24faaaeec52b3560b91cafbd921d9051078e2c9 (diff) | |
download | pfsense-packages-a48535c29cc057265262927ddafdaa0d55985bbd.tar.gz pfsense-packages-a48535c29cc057265262927ddafdaa0d55985bbd.tar.bz2 pfsense-packages-a48535c29cc057265262927ddafdaa0d55985bbd.zip |
freeradius2 - remove .p12 on .inc
-rw-r--r-- | config/freeradius2/freeradius.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/freeradius2/freeradius.inc b/config/freeradius2/freeradius.inc index 00fd1b9f..3c2482a9 100644 --- a/config/freeradius2/freeradius.inc +++ b/config/freeradius2/freeradius.inc @@ -985,7 +985,7 @@ if ($eapconf['vareapconfchoosecertmanager'] == 'on') { $conf['ssl_server_cert'] = FREERADIUS_BASE . "/etc/raddb/certs/server_cert.pem"; } - + /* Not needed anymore because pfsense can do this by default if ($eapconf['vareapconfenableclientp12'] == 'on') { $svr_cert = lookup_cert($eapconf["ssl_client_cert"]); if ($svr_cert != false) { @@ -1005,7 +1005,7 @@ if ($eapconf['vareapconfchoosecertmanager'] == 'on') { exec("openssl pkcs12 -export -in " . FREERADIUS_BASE . "/etc/raddb/certs/client_cert.pem -inkey " . FREERADIUS_BASE . "/etc/raddb/certs/client_key.pem -out " . FREERADIUS_BASE . "/etc/raddb/certs/client_cert.p12 -passout pass\:"); } - + */ $conf['ssl_cert_dir'] = FREERADIUS_BASE . '/etc/raddb/certs'; } |