I created the certificates in the way as explained in the readme file. But when I try to open or import the ca.der in the XP machine, it say that "the file type is not recognized. What wrong am I doing here? Jas tnt-4 wrote:
So you haven't used xpextensions and your certificates are useless for connecting XP clients. Use certificate creation provided with the server:
raddb/certs/README
Ivan Kalik Kalik Informatika ISP
Dana 17/10/2008, "saini_jas16" <jaswinder.kaur@northyorks.gov.uk> piše:
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-tp20015619p2003... Sent from the FreeRadius - User mailing list archive at Nabble.com.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- 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-tp20015619p2003... Sent from the FreeRadius - User mailing list archive at Nabble.com.