by tony posted on 2004/08/15 |
|
Hi,
I used makecert.exe to creat a self signed cert like this:
C:\Program Files\Microsoft.NET\SDK\v1.1\Bin>makecert -r -n "CN=amsoftware" -sv c
:\mycert.pvk c:\mycert.cer
I then ran the sample web server and I get this error:
How do you want to load the certificate?
1 = from certificate store
2 = from PFX/P12 file
3 = from .cer file
3
Enter the full path of the certificate file:
c:\mycert.cer
The certificate file does not contain a server authentication certificate.
An error occurred while opening the certificate.
Press enter to exit...
I must be creating the self signed cert wrong, but there is no docs on how to do this.
Thanks
|