私はWindows7を使用しています。makecert.exeを持っていません。これは、次のような証明書を生成するコマンドを実行しようとしたときにわかりました。
makecert -sk XYZ -n "CN=XYZ Company" testXYZ.cer
エラーが発生します:
'makecert' is not recognised as an internal or external command, operable program or batch file.
plsはこの問題を解決する方法を提案します。Windows SDKを再度インストールする必要がありますか?
よろしく、プラビン。