Tagged Questions

0
votes
2answers
94 views

Missing makecert.exe

For some reason I am missing makecert.exe on my system. I searched the whole hard drive and it's not there. In particular, it's not in C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin where I believe …
0
votes
1answer
179 views

Weird Makecert problem

I have a WEIRD certificate problem with makecert and it is driving me crazy. I created a root certificate with: makecert -e 12/31/2222 -a sha1 -len 4096 -n "CN=RootCA" \ -r -sv RootCA.pvk …
0
votes
2answers
212 views

makecert tool issue

Hello everyone, I am confused about the following concepts in makecert tool. Especially about what means location (-sr parameter) and store (-ss parameter). I read and get my confusion from the …
2
votes
2answers
1k views

How can I install a certificate into the local machine store programmatically using c#?

I have a certificate generated via MakeCert. I want to use this certificate for WCF message security using PeerTrust. How can I programmatically install the certificate into the "trusted people" …
3
votes
1answer
2k views

Using makecert for Development SSL

Here's my situation: I'm trying to create a SSL certificate that will be installed on all developer's machine's, along with two internal servers (everything is non-production). What do I need to do …
2
votes
2answers
250 views

MakeCert - Is it possible to change the key size?

When i generate a Certificate using MakeCert.exe I want to change the key size from 1024 to 2048. Is this possible? Or do i need to setup a Certificate Authority? Cheers Rohan