‘makecert’ is not recognized as an internal or external command in command prompt

cmdmakecert

For creating certificate run this command:

makecert -r -pe -n "CN=effectLabs Server" -b 01/01/2011 -e 01/01/2020 -sky exchange C:\myCerts\ELServer.cer -sv C:\myCerts\ELServer.pvk

Following error occurred in command prompt:

'makecert' is not recognized as an internal or external command,
operable program or batch file.

Best Answer

On Windows 10, this tool has been renamed to the Developer Command Prompt for VS2015. You can find this by simply pressing the Windows key, and then searching for 'Developer Command Prompt'.