1 / 5

Creating Test Certificates with "MAKECERT"

Creating Test Certificates with "MAKECERT". Download Visual Studios SDK & Create Certificates: http://www.microsoft.com/en-us/download/details.aspx?id=2680. Root Authority is the master certificate from which all other test certificates will be issues.

wilda
Download Presentation

Creating Test Certificates with "MAKECERT"

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Creating Test Certificates with "MAKECERT" • Download Visual Studios SDK & Create Certificates: • http://www.microsoft.com/en-us/download/details.aspx?id=2680 • Root Authority is the master certificate from which all other test certificates will be issues. makecert -pe -n "CN=Development Root Authority" -ss my -srLocalMachine -a sha1 -sky signature -r "Development Root Authority.cer"

  2. Creating Test Certificates with "MAKECERT" • Create Certificates: • Create certificate suitable for use on a server. makecert - pe - n "CN=HONNAKER" -ss my -srLocalMachine -a sha1 -sky exchange -eku 1.3.6.1.5.5.7.3.1 -in "Development Root Authority" -is MY -irLocalMachine -sp "Microsoft RSA SChannel Cryptographic Provider" -sy 12 HONNAKER.cer

  3. Creating Test Certificates with "MAKECERT" • Create Certificates: • Another certificate for the client software. makecert - pe - n "CN=testClient" -ss my -srLocalMachine -a sha1 -sky exchange -eku 1.3.6.1.5.5.7.3.1 -in "Development Root Authority" -is MY -irLocalMachine -sp "Microsoft RSA SChannel Cryptographic Provider" -sy 12 testClient.cer

  4. Creating Test Certificates with "MAKECERT" • Microsoft Management Console: • See Certificates.

  5. Creating Test Certificates with "MAKECERT" • Move to Trusted Root Certification: • See Certificates. • Location of Certificates: • C:\Program Files\Microsoft Visual Studio 10.0\VC

More Related