Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing makecert.exe

Tags:

makecert

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 it's supposed to be. I haven't found any articles on this topic on the Internet. Any ideas what's going on?

like image 908
user194986 Avatar asked Oct 22 '09 23:10

user194986


People also ask

Where is Makecert installed?

The tool is installed in the \Bin folder of the Microsoft Windows Software Development Kit (SDK) installation path. OutputFile is the name of the file where the certificate will be written. You can omit OutputFile if the certificate is not to be written to a file.

How do I run a Makecert command?

To do so, open an elevated Command Prompt window and then navigate to C:\Program Files (x86)\Windows Kits\8.1\Bin\X64. Now, enter the MakeCert command, followed by any necessary parameters.

How do I use Makecert EXE to create a self-signed test certificate?

* Retrieve the available options for makecert: REM Retrieve the basic options of makecert makecert.exe -? REM Retrieve the extended options of makecert makecert.exe -! To create a self-signed certificate file (and PVK private key file) that can be used on different systems, you can run the first set of parameters.


1 Answers

makecert.exe is also installed as part of Windows SDKs. For example it is available under \Program Files\Microsoft SDKs\Windows\v7.0A\bin for the Windows 7.0A SDK.

like image 143
fpmurphy Avatar answered Oct 23 '22 02:10

fpmurphy