Tagged Questions
The makecert tag has no wiki summary.
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 ...
9
votes
2answers
10k 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" ...
4
votes
1answer
781 views
Setting Key Usage attributes with Makecert
Is it possible to set Key Usage attributes using makecert, or any other tool I can use to generate my own test certificates?
The reason I'm interested is that certificates used for BizTalk Server AS2 ...
3
votes
2answers
1k 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
2
votes
2answers
144 views
Unable to sign security tokens with certificate in WIF scenario
I'm trying to implement a custom STS for a WIF scenario I'm investigating, but it's failing. It's failing when trying to obtain the private key from the certificate used to sign the tokens. I create ...
2
votes
2answers
386 views
add or create 'Subject Alternative Name' field to self-signed certificate using makecert
How can I create a certificate using makecert with a 'Subject Alternative Name' field ?
You can add some fields eg, 'Enhanced Key Usage' with the -eku option and I've tried the -san option but ...
2
votes
0answers
359 views
Can't create a key of the Subject <'MyCAContainerName'>
using makecert i have written the commade:
makecert -pe -n "CN=Myauthority" -sr localmachine -ss Root -a sha256 -cy authority -r -sk MyCAContainerName -sky exchange -sp "Microsoft RSA Schannel ...
2
votes
3answers
718 views
fiddler2 unable to generate certificate
I'm using Fiddler2 (or trying) to capture SSL traffic for a windows desktop gadget hitting an https web service. It used to work, and then it stopped a couple days ago, always with this error:
...
2
votes
3answers
2k views
makecert.exe missing in windows 7, how to get it and use it
I am using Windows 7. I don't have the makecert.exe, which I came to know when I tried to run commands to generate certificates like
makecert -sk XYZ -n "CN=XYZ Company" testXYZ.cer
I get error :
...
2
votes
2answers
1k views
Create x509 certificate with openssl/makecert tool
I'm creating a x509 certificate using makecert with the following parameters:
makecert -r -pe -n "CN=Client" -ss MyApp
I want to use this certificate to encrypt and decrypt data with RSA ...
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 ...
2
votes
1answer
611 views
Internet Explorer blocks self-signed ActiveX
I have create a self-signed certificate and signed my ActiveX. I followed the steps in this topic. ...
1
vote
1answer
41 views
Makecert and the Asymetriques keys
is it possible to use makecert in order to generate ECRSA, Deffie-Helman, EC Deffie-Helman asymetrique public keys and DSA, ECDSA for the private keys.
Milles merci.
1
vote
2answers
855 views
WCF, Certificate Authentication - Common Errors and Confusing Arguments
I am trying to setup a WCF service to use a Certificate for Authenticating the client. I have read tons of posts on how to create the certificate, and I have been able to do so (finally).
I am ...
1
vote
1answer
212 views
Syntax error for makecert.exe tool
Did I missed anything during this?
I am running a this command from command prompt in Windows 7 to create a certificate but it is showing a syntax error.
Command I ran:
makecert.exe "c:\1\Test.cer" ...
1
vote
1answer
561 views
Create key pair for BizTalk AS2 connection
I need to create an AS2 connection in BizTalk Server 2006 R2 to communicate with a business partner. I've worked with BizTalk AS2 config before and the BizTalk docs have pretty good walkthroughs about ...
1
vote
3answers
4k 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
0answers
56 views
Make exportable private key with makecert
I need to generate a cerificate for my service given a trusted root certificate.
I tried to generate a certificate with private key:
makecert -pe -sk Esb -iv root.pvk -n "CN=localhost" -ic root.cer ...
0
votes
1answer
37 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
0answers
23 views
Windows Communication Foundation with x509 and Compact Framework 3.5 Max Keylength
I am using Windows Communication Foundation with x509 message layer security to communicate with a windows compact framework 3.5 device.
I am using makecert to create the certificates.
Does anyone ...
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
61 views
How can use a X.509 certificate created on another computer?
I need to encrypt an XML file with a x509 certificate on one computer and be able to decrypt it with the same certificate on another computer. It doesn't seem to work for me like Microsoft suggests:
...
0
votes
0answers
146 views
How to self generate certificate SHA-256?
I use Bouncy Castle libraries in C# to sign with SHA-256, and I'd like to use them in a test of a self generated certificate instead of a smartcard reader.
Using the self certificate used before, ...
0
votes
1answer
143 views
Create x509 Certificate issued by CA from command Prompt
I want to generate a X509 cert which should be issued by Root Certificate Authority from command prompt. I tried tools like makecert, selfssl7 but all they are doing is generating a self signed cert. ...
0
votes
1answer
546 views
certificates with SDK tools (makecert, pvk2pfx)
I need to make two certificates: CA sert and Server cert.
I use this commands.
makecert -r -pe -n "CN=CACert" -a sha1 -sky signature -cy authority -sv CACert.pvk CACert.cer
certutil -addstore Root ...
0
votes
0answers
204 views
How do I code makecert “-sky exchange” and “-sky signature” in C#
I need to programatically create the equivalant keys in a .NET application...
makecert -r -pe -a sha1 -n "CN=MyName" -ss my -sr CurrentUser -sky exchange
makecert -r -pe -a sha1 -n "CN=MyName" -ss ...
0
votes
1answer
163 views
makecert and DSA, DH
Is it possible to create a X.509V3 certificate that contains deffie-Hellman public key and sign it using DSA or ECDSA algorithm ?
i hop doing this using makecert
Think you a lot
0
votes
1answer
339 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 ...
0
votes
1answer
228 views
How do I force makecert to output the private key to a file (not the Crypto store)?
I want to generate a key pair for use within my applications, but exporting them manually from the mmc is a pain.
How can I use commandline parameters, or otherwise end up with a private certificate ...
0
votes
2answers
699 views
makecert tool issue
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 following link, I ...