From e5d1c85b5f4e79ac50fbda51850dbfcf073996a3 Mon Sep 17 00:00:00 2001 From: Alexander Wilke Date: Fri, 23 Dec 2011 16:27:28 +0000 Subject: Integrated pfsense Cert Manager in freeradius package (Thanks to jimp and sullrich). Now it is possible to create certificates in pfsense Cert manager and use them for freeradius. The freeradius cert builder script is still present because freeradius needs some default ca and cert to start the service. --- config/freeradius2/freeradiuseapconf.xml | 73 ++++++++++++++------------------ 1 file changed, 32 insertions(+), 41 deletions(-) (limited to 'config/freeradius2/freeradiuseapconf.xml') diff --git a/config/freeradius2/freeradiuseapconf.xml b/config/freeradius2/freeradiuseapconf.xml index 40b161f8..495a61ee 100644 --- a/config/freeradius2/freeradiuseapconf.xml +++ b/config/freeradius2/freeradiuseapconf.xml @@ -143,53 +143,44 @@ listtopic - Private Key Password - vareapconfprivatekeypassword - - This field could be empty. (Default: whatever)]]> - password - whatever - - - Server Private Key File - vareapconfprivatekeyfile - must be in /usr/local/etc/raddb/certs/ (Default: server.pem)
- TIP: You could use "SYSTEM-> Cert Manager" instead of the freeradius Cert script.
- You just have to export it there and copy it in the freeradius certs folder.]]>
- input - server.pem -
- - Server Certificate File - vareapconfcertificatefile - must be in /usr/local/etc/raddb/certs/ (Default: server.pem)
- TIP: You could use "SYSTEM-> Cert Manager" instead of the freeradius Cert script.
- You just have to export it there and copy it in the freeradius certs folder.]]>
- input - server.pem + Choose your Cert Manager + vareapconfchoosecertmanager + + To use the pfsense Cert Manager you have to create a CA and an Server Certificate first. (SYSTEM -> Cert Manager). (Default: freeRADIUS)]]> + select + radiuscertmgr + + + +
- CA File - vareapconfcafile - must be in /usr/local/etc/raddb/certs/ (Default: server.pem)
- TIP: You could use "SYSTEM-> Cert Manager" instead of the freeradius Cert script.
- You just have to export it there and copy it in the freeradius certs folder.]]>
- input - ca.pem + SSL CA Certificate + ssl_ca_cert + + Choose "none" if you do not use any kind of certificates or the freeradius Cert Manager. (Default: none)]]> + select_source + + descr + refid
- DH File - vareapconfdhfile - must be in /usr/local/etc/raddb/certs/ (Default: dh)]]> - input - dh + SSL Server Certificate + ssl_server_cert + + Choose "none" if you do not use any kind of certificates or the freeradius Cert Manager. (Default: none)]]> + select_source + + descr + refid - Random File - vareapconfrandomfile - must be in /usr/local/etc/raddb/certs/ (Default: random)]]> - input - random + Private Key Password + vareapconfprivatekeypassword + + The certificates created by pfSense Cert Manager are not protected so you must leave this field empty. (Default: whatever)]]> + password + whatever EAP-TLS with OCSP support -- cgit v1.2.3