I am trying to make a dummy cert file on my local machine to test out the build script but im getting the error
No certificatse were found that met all the given criteria
Here are the steps I performed:
- Run MMC to open up Console root and went into Certificates/Personal/Certificates
- exported the localhost certificate generated by IIS Express (too lazy to make my own)
- Export option: Export private key, password 12345, rest default
- open cmd and run
signtool sign /f testcert.pfx /p 12345 e.exe
Error
What step am I missing here?