PEAP server certificate without Microsoft CA
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > IIS server support > Radius Server > PEAP server certificate without Microsoft CA




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    PEAP server certificate without Microsoft CA  
Mimmus


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-16-06 12:50 PM

I'd like to setup PEAP without using a (server) certificate issued by
Microsoft CA.
I found some help using OpenSSL but it seems that I need to patch it.

Any other info?

Thanks in advance
Mimmus







[ Post a follow-up to this message ]



    Re: PEAP server certificate without Microsoft CA  
Mimmus


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-16-06 11:04 PM

Solved by myself.

1) On Linux, download http://www.openssl.org/source/openssl-0.9.8a.tar.gz
and untar it
2) cd openssl-0.9.8a
3) Download
http://www.cs.bham.ac.uk/~smp/proje....9.8a-patch.txt
4) patch -p1 < openssl-0.9.8a-patch.txt
5) make
6) make install
7) cd /usr/local/ssl
8) export PATH=/usr/local/ssl/bin:$PATH
9) rm -rf demoCA
10) /usr/local/ssl/misc/CA.pl -newCA
11) cd demoCA
12) openssl x509 -in cacert.pem -outform DER -out cacert.cer
cacert.cer can be imported in Trusted CA, by mmc console (In Computer
Certificates, not Users).

1) Download http://www.cs.bham.ac.uk/~smp/proje...ate-peap-key.sh
2) edit /usr/local/ssl/openssl.cnf:
CONFIG=/usr/local/ssl/openssl.cnf
[ CA_default ]
dir             = /usr/local/ssl/demoCA
and add:
[ sign_ias_csr ]
subjectKeyIdentifier            = hash
authorityKeyIdentifier          = keyid,issuer:always
keyUsage                        = digitalSignature, keyEncipherment
extendedKeyUsage                = clientAuth,serverAuth
3) run create-peap-key.sh
4) cert.p12 can be imported in (Computer) Personal Certificates (not Users)

Reference:
http://www.cs.bham.ac.uk/~smp/projects/peap/







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 05:03 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register