Results 1 to 2 of 2
Hi Guys,
I install freeradius according to the freeradious manuals.
When I go to configure EAP:
Deploying RADIUS: Configuring EAP
And I do:
$ cd /etc/raddb/certs
$ make
I get:
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-26-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 33
Freeradius
Hi Guys,
I install freeradius according to the freeradious manuals.
When I go to configure EAP:
Deploying RADIUS: Configuring EAP
And I do:
$ cd /etc/raddb/certs
$ make
I get:
make: Nothing to be done for 'all'
Why the hell it tells me to do that and then give me an error?
I have a Makefile file in that directory
Many thanks
Jo
- 04-26-2010 #2Just Joined!
- Join Date
- Mar 2010
- Posts
- 33
Sometimes I have to read the whole Document

Depending on the version of FreeRADIUS, the output may be make: Nothing to be done for `all'. In that case, you will have to remove some files manually, and then re-create the certificates:
$ rm -f *csr *key
$ make
And later if you get a "TXT_DB error number" 2 then:
Changing the server.cnf file commonName ="" to the client commonName that solve the issue.


Reply With Quote
