Hello: I'm new to Freeradius and to Linux (Ubuntu Server 16.04) as well. I've got my first server up and running Freeradius v3 and can successfully authorize users on my network with a username and password. Works great and was easy to do. My AXis ipCCTV cameras require EAP-TLS and this is where I'm stuck. My clients require a CA Certificate, a Client cert and private key, an EAP identity and Private key password for the EAP identity. I'm not exactly sure where all this comes from. I can't get "make" or "make client" to do anything other than give me a "No targets specified and no makefile found" error. How do I complete the jump to EAP-TLS? Any guides online? Thanks, Joe
On Feb 7, 2017, at 9:29 AM, Joe Price <joeprice99@gmail.com> wrote:
I'm new to Freeradius and to Linux (Ubuntu Server 16.04) as well. I've got my first server up and running Freeradius v3 and can successfully authorize users on my network with a username and password. Works great and was easy to do. My AXis ipCCTV cameras require EAP-TLS and this is where I'm stuck.
My clients require a CA Certificate, a Client cert and private key, an EAP identity and Private key password for the EAP identity. I'm not exactly sure where all this comes from.
I can't get "make" or "make client" to do anything other than give me a "No targets specified and no makefile found" error.
How do I complete the jump to EAP-TLS? Any guides online?
Start here: http://deployingradius.com/documents/configuration/pap.html And follow the instructions. Alan DeKok.
I can't get "make" or "make client" to do anything other than give me a "No targets specified and no makefile found" error. Debian (and therefore Ubuntu) have the configuration and makefile for testing in /usr/share/doc/freeradius/examples/certs.
Do not use what you generate from that in production, though.
On 07/02/2017 14:29, Joe Price wrote:
I can't get "make" or "make client" to do anything other than give me a "No targets specified and no makefile found" error.
How do I complete the jump to EAP-TLS? Any guides online?
For FreeRADIUS 3.0.x, raddb/certs/README has all the info you need. (In Ubuntu it will be in /etc/freeradius/certs/README) https://github.com/FreeRADIUS/freeradius-server/blob/v3.0.x/raddb/certs/READ...
participants (4)
-
Alan DeKok -
Brian Candler -
Joe Price -
Timo Buhrmester