Monday, April 10, 2006

Create exportable self signed cert with custom EKUs

Multiple EKUs separated by commas. Creates an unprotected cert in the current user's personal store. Check this page for a list of EKUs.

makecert -n "CN=Blah" -r -eku 1.3.6.1.5.5.7.3.3 -pe -ss My

No comments: