installing .net certificate in IIS

G

Guest

Can any body help me out?

I know how to enable SSL by making a request certificate (to verisign) and then installing it.

In .Net we have makecert.exe which can be used to generate test certificates for development use. Can some one explain me the procedure to install this certificate in IIS.
If you could point out to any link would also help.

Thanks

dinoo
 
G

Guest

Problem solved.
I was able to do this using Assign existing certificate option.
I used following command line options to generate certificate.

makecert -r -pe -n "CN=servername" -b 01/01/2004 -e 01/01/2006 -eku 1.3.6.1.5.5.7.3.1 -ss my -sr localMachine -sky exchange -sp "Microsoft RSA SChannel Cryptographic Provider" -sy 12

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top