Creating Certificates Using MakeCert
June 3, 2010
Leave a comment
Download WDK (Windows Driver Kit). This is an ISO file.
Certificate Creation Tool (makecert.exe) is inside of the WDK.
Command is:
makecert -r -n “CN= My Certificate Name” -ss MyCertificateStore -sr localmachine
Location:S Canal Rd,Delta,United States
Categories: Programming