Mschapv2 not working! Please help!

saini_jas16 jaswinder.kaur at northyorks.gov.uk
Fri Oct 17 13:11:50 CEST 2008


I made them myself. Following were the commands I used.

openssl genrsa -des3 -out ca.key 4096
openssl req -new -x509 -days 3650 -key ca.key -out ca.crt
openssl genrsa -des3 -out server.key 4096
openssl req -new -key server.key -out server.csr
openssl x509 -req -days 3650 -in server.csr -CA ca.crt -CAkey ca.key
-set_serial 01 -out server.crt
openssl dhparam -out dh2048.pem 2048

Jas



tnt-4 wrote:
> 
>>My certificate generation went really well, no errors at all. I generated
the
>>certificates with openssl.
> 
> Did you use Makefile provided in raddb/certs directory? Or did you make
> them yourself?
> 
> Ivan Kalik
> Kalik Informatika ISP
> 
> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
> 
> 

-- 
View this message in context: http://www.nabble.com/Mschapv2-not-working%21-Please-help%21-tp20015619p20031328.html
Sent from the FreeRadius - User mailing list archive at Nabble.com.




More information about the Freeradius-Users mailing list