Getting X509 Certificates in and out of the Key Store


/ Published in: C#
Save to your folder(s)

Generate the Cert:
makecert -sy 3 -n "cn=FooCorp" -ss my -sr LocalMachine

Grant Permissions to the Cert:
winHttpCertCfg -g -c LOCAL_MACHINE\MY -s "FooCorp" -a "domain\YourMomma"

URL: http://support.microsoft.com/default.aspx?scid=kb;en-us;901183

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.