You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

1. Create root certificate

makecert.exe -sv SignRoot.pvk -cy authority -r signroot.cer -a sha1 -n "CN=JTEL" -ss my -sr localmachine

2. Create a service certificate

makecert.exe -iv SignRoot.pvk -ic signroot.cer -cy end -pe -n CN="localhost" -eku 1.3.6.1.5.5.7.3.1,1.3.6.1.5.5.7.3.2 -ss my -sr localmachine -sky exchange -sp "Microsoft RSA SChannel Cryptographic Provider" -sy 12

3. Register certificate for URL

  1. Open the certificate snap-in. For more information, see How to: View Certificates with the MMC Snap-in.

  2. Run certlm.msc.

  3. Find hash for the created service certificate.

4. Register the service certificate for URL

Replace "<hash>" with the hash value in the window

netsh http add sslcert ipport=0.0.0.0:56745 certhash=<hash> appid={27ff64b1-2005-4a91-9c96-44d1fe51f209}

5. Testing

Open in browser https://localhost:56745/jtelStarface6v2SOAPServiceLibrary/JTELStarface6v2SOAPService


  • No labels