Child pages
  • 802.1X secured wifi installation

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
...
[ CA_default ]
...
crlDistributionPoints	= URI:http://server.test.av/test_ca.crl

[ req ]
...
input_password	= password # Replace with an actual password
output_password	= password # Replace with an actual password

[server]
countryName	= IN
stateOrProvinceName	= Tamil Nadu
localityName	= Auroville
organizationName	= Test
emailAddress	= admin@test.av
commonName	= "Test Server Certificate"
 
[v3_ca]
...
crlDistributionPoints	= URI:http://server.test.av/test_ca.crl
...

Modify /etc/freeradius/3.0/certs/client.cnf, set the following settings (although not technically necessary, but 'make' complained when tried without):

 

Code Block
....
[ req ]
....
input_password          = password # Replace with an actual password, suggested different than above
output_password         = password # Replace with an actual password, suggested different than above
....
[client]
countryName             = IN
stateOrProvinceName     = Tamil Nadu
localityName            = Auroville
organizationName        = Test
emailAddress            = user@test.av
commonName              = user@test.av
....

 

 

 

as freerad ("@@@" right way to do it?):

...