Tagged Questions
19
votes
2answers
13k 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
1answer
1k views
Makecert problem under Windows 7
I'm creating a certificate to use with an SslStream, and I've been doing it this way under XP:
makecert -r -pe -n "CN=aName" -ss my -sr localmachine -sky exchange
-sp "Microsoft RSA SChannel ...
0
votes
1answer
40 views
code signing certificates compare/contrast other types
i'm trying to locate easy to understand information that tells me
(a) how a code signing certificate is similiar to/different from other types of SSL certificates;
(b) how many different types of ...
0
votes
2answers
65 views
How to run command in the process which is executed with admin rights?
I want to create a self signed certificate and install it using through c# program.
I use makecert to make certificate i run it as administrator and i pass command in the ProcessStartInfo.argument but ...
0
votes
1answer
348 views
makecert gives “Fail to acquire a security provider from the issuer's certificate” - why?
Dear ladies and sirs.
Observe this simple batch file:
makecert -n "CN=MyCA" -sr localmachine -ss root -a sha1 -cy authority -r -sv MyCA.pvk MyCA.cer
del MyCA.pvk
del MyCA.cer
makecert -n ...
0
votes
0answers
83 views
makecert hanging on Win7 64bit
I'm just going through the process of creating some test certificates for some development work and I'm having a problem with the makecert command "-ss CA".
This command automatically installs a ...