makecert.exe is a command line X.509 digital certificate creation tool included with Microsoft Visual Studio. The certificates created are for testing purposes only.
0
votes
1answer
13 views
makecert just repeats command line over and over
I have copied makecert.exe to my System32 folder and used the following command on lots of PCs
makecert -r -pe -n "CN=JOHNCERT" -b 01/01/2000 -e 01/01/2099 -eku 1.3.6.1.5.5.7.3.3 -ss My
but for a ...
1
vote
0answers
24 views
File not found error comes when trying to run pvk2pfx.exe file
I am trying to create simple client side certificate and for that I following below link...
How to create client certificate
I have installed SDK on machine, and I have successfully run below two ...
0
votes
0answers
33 views
Makecert command giving error on -e
I am facing an issue. I ran the following commands to generate certificate
First Command:
C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin>makecert -n "CN=TEST00019" -s
r LocalMachine -ss Root ...
0
votes
1answer
20 views
How to import a certificate with private key on Certificate Management Tool
By now the only way i'm able to import a certificate on Certificate Management Tool is by having a .pfx file. I'm using Makecert.exe utility to generate certificates.
First Step - I generate a ...
1
vote
1answer
27 views
Makecert still what to use to self sign?
I don't have makecert anywhere on my system despite having 3 Vstudio editions and several SDK's. Can someone please tell me where I can find a copy or how else I should generate a certificate to test ...
0
votes
0answers
91 views
makecert How to create self signed Root Certificate and Signed Certificate
I need to generate a self signed Root Certificate which then can be used to generate N number of self signed X509V2 Certificates (sort of PKI).
Could someone please suggest whether/how this can be ...
0
votes
1answer
133 views
How to locate new certification using Certutil?
I need to create a new cert and then locate it to obtain the serial number (to use it later to get the public and private keys).
If I make a new certificate with makecert utility from Microsoft SDK's ...
1
vote
0answers
67 views
Having trouble generating test X509Certificate
I'm having problems creating a test X509Certificate in my store that I can use in WCF. All of the certificates I create have the same result when I try to use it in the WCF channel factory - "The ...
0
votes
1answer
251 views
Where is the certificate created using makecert.exe?
I need to have a "http*s*" enabled self hosted WCF service. Given that there need to be a certificate to have the service "s" enabled, I created the certificate using the following two commands in the ...
1
vote
4answers
263 views
How to pass multiples arguments in processStartInfo?
I want to run some cmd command from c#code. I followed some blogs and tutorial and got the answer, but i am in little bit confusion i.e How should i pass multiple arguments ?
I use follow code:
...
0
votes
1answer
167 views
Batch file: Open cmd, run VS Command Prompt, execute Makecert
I need to do this in a batch file:
Open cmd
Run VS Command Prompt via cmd
Execute this command
"makecert -sv SignRoot.pvk -cy authority -r sha1 -a -n \"CN=Certificate\" -ss my -sr localmachine ...
1
vote
2answers
68 views
cryptographic exception unhandled in creating certificate
I am creating this simple console application that will create my own certificate. Here's my code.
var fi = new FileInfo("certificate.cer");
if (!fi.Exists)
{
var startInfo = new ...
1
vote
2answers
279 views
Why does makecert not make a *valid* certificate?
I want to create an X509 certificate for testing purposes. This certificate has to be shared by 3 developers on their local machines (i.e. all share the same certificate so we can use the same ...
0
votes
3answers
163 views
Makecert certificates safe?
I made an application, which communicates over the. net SSLStream, and for developing I used makecert.exe to create a self signed ssl certificate. Now Ive read in some microsoft article, that ...
0
votes
1answer
245 views
Using MakeCert to Create a Valid Production Client Certificate to Authenticate WCF
I purchased a real SSL certificate to authenticate my computer and the domain I am hosting some WCF services under.
How can I use MakeCert to create a client certificate signed by this authentic ...
0
votes
0answers
61 views
Encrypting a string on server A and decrypting it on server B with the same certificate not working
We are using a certificate for encrypting and decrypting data using the RSACryptoServiceProvider. We have also exported the same certificate to another server. In both instances, encryption and ...
2
votes
1answer
434 views
WCF – SSL – Client authentication - Can’t implement it on Windows 7, while I can on Windows XP
I’m trying to make a wcf client and server (self hosted) with ssl (transport security) both ways - server certificate and client certificate.
In windows XP everything works, but in Windows 7 it ...
0
votes
0answers
181 views
Chrome won't accept a self-signed certificate? [closed]
I just went through the procedure to create a self signed CA along with a self-signed SSL certificate outlined here SSL Cert. I installed the CA certificate into group policy so it would be ...
0
votes
0answers
120 views
MakeCert.exe - Weird behavior
I have a certificate file (.cer) and associated password file (.pvk). I can create and install this to Root.
When I run makecert to create a new certificate that is based on the .cer and .pvk files ...
0
votes
1answer
534 views
How to create certificate authority certificate with makecert?
I'm trying to create a website which uses ssl with a self signed certificate.
Here's what I do:
Create authority certificate:
makecert -n "CN=root signing authority" -r -sv root.pvk root.cer
...
0
votes
0answers
107 views
makecert error “The requested and current keysize are not the same.” [closed]
I am trying to create a self-signed certificate using 'makecert.exe' tool and an existing key stored in a key container. I have used the following command:
makecert -r -len 2048 -a sha256 -pe -n ...
1
vote
2answers
539 views
How to run makecert.exe without a GUI?
I recently came across a problem generating self-signed certificates in an automated fashion. Anytime I run makecert.exe I get a pop-up window for a password for the certificate. However, these ...
0
votes
1answer
711 views
Creating Self-Signed CA Certificate with makecert.exe
I am trying to create Self-Signed CA Certificate on 32bit Windows 7 (virtual).
The makecert is v7.1 located in C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin>.
Whenever i try to execute this ...
11
votes
6answers
2k views
How do I identify my server name for server authentication by client in c#
I have recently been trying to make a SSL encrypted Server/Client in C#.
I have followed this tutorial on MSDN, however, it required a certificate to be created for the server and client usage using ...
0
votes
2answers
465 views
makecert.exe - parameter list for -ss option?
I want to put my certificate into specific store, but I don't now the name of this store as the parameter for the -ss option of makecert.exe. Where I can find all the possible parameters for each ...
0
votes
1answer
39 views
Change the Information on a Self Signed Generated Certificate
I have previously generated a certificate using the Visual Studio "makecert" program.
Is there any way of being able to modify the Name, Email, Address values on the certificate?
Currently the ...
2
votes
1answer
1k views
Can I create a self-signed SSL certificate for Windows Azure using only makecert.exe?
Background: I need to test an https endpoint for a WebRole on Windows Azure. For that I need to upload a self-signed certificate, add the certificate's thumbprint to the WebRole's configuration and ...
1
vote
2answers
373 views
Using HTTPS with Monotouch and WCF
we have an application running with monotouch on the iPhone. At the moment we're using BasicHttpBinding to connect to a WCF service. We're now in the process to making the connection secure, using ...
1
vote
1answer
966 views
Setting Private Key permissions for a Certificate in Win Server 2008
When creating a certificate with makecert on Windows Server 2003, I'd have to set the permissions on the private key to be accessible to NETWORK SERVICE so that the private key could be read by the ...
1
vote
2answers
626 views
Generate certificate on windows azure web or worker role using makecert.exe
We are planning to create and install self-signed certificates on azure web roles.
We have a requirement to create certificate on web role itself and installing there.
But we cannot find makecert.exe ...
0
votes
1answer
340 views
Is it possible to generate a certificate with custom key usage with makecert?
Is it possible to use makecert to create self-signed certificates with a specific key usage property?
I need to generate a self-signed certificate for testing. It must have the "Digital Signature" ...
1
vote
1answer
213 views
signed exe coming up with publisher unknown with makecert
I am attempting, for internal use at the moment, setup a self installing exe which is signed and comes up with our company as the publisher and not "Unknown". I have executed the following steps:
...
7
votes
1answer
2k views
How to use makecert to create a X509 certificate accepted by WCF
Can anyone provide me with an example on how to create a self signed certificate, which would be accepted by the following code:
ServiceHost svh = new ServiceHost(typeof(MyClass));
...
0
votes
3answers
388 views
c# proxy, generating certificate for https traffic?
I'm trying to get this code running with https: http://www.codeproject.com/Articles/93301/Implementing-a-Multithreaded-HTTP-HTTPS-Debugging
It says on the bottom of the page that I need to make a new ...
1
vote
1answer
520 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
118 views
Code signing certificates compare/contrast other types
I'm trying to locate easy-to-understand information that tells me:
How a code signing certificate is similiar to/different from other types of SSL certificates
How many different types of ...
0
votes
1answer
103 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
344 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
325 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
2answers
489 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, ...
2
votes
2answers
425 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 ...
5
votes
2answers
2k 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 ...
0
votes
1answer
389 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. ...
1
vote
2answers
2k 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 ...
3
votes
0answers
2k 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 ...
0
votes
1answer
431 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
497 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
1
vote
1answer
97 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.
12
votes
7answers
5k 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:
...
5
votes
6answers
14k 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 :
...



