Message 1 of 2
Make a digital certificate using Powershell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
There is this article on how to create a digital certificate using MakeCert.exe. Since MakeCert.exe is obsolete and Powershell is the method Microsoft uses to accomplish this, I've been having issues with signing an AutoCAD DLL.
Errors:
1> After EKU filter, 0 certs were left.
1> After expiry filter, 0 certs were left.
1> After Private Key filter, 0 certs were left.
1>EXEC : SignTool error : No certificates were found that met all the given criteria.
Has anyone had experience with this? Any suggestions?