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

后端 未结 5 2190
梦谈多话
梦谈多话 2021-02-19 03:38

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:         


        
5条回答
  •  一向
    一向 (楼主)
    2021-02-19 04:10

    On windows 10, I came across with the same issue. In spite of running my Developer Command Prompt for VS2017 as administrator, I got the same error. But when I installed Windows SDK then makecert command successfully got run.

提交回复
热议问题