Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create IIS .NET SSL Certificate

  • Inside the IIS Manager, open the Server Certificates module.
  • From the Actions list on the right, select Create Self-Signed Certificate. Enter dotnet for the friendly name and click OK.

Image Added

  • Right click on the dotnet certificate in the list and select Export. In the new dialog, specify the export path and for the password, enter “changeit” without the quotation marks.

Image Added

  • Open Internet Explorer and bring up the Options Dialog. Then, navigate to the Content tab. Click on the Certificates and select the Trusted Root Certification Authorities.
  • Click on the Import button and walkthrough the wizard. Specify the file name to be the <path-export-file> above.  Finally, make sure the certificate is placed inside the Trusted Root Certification Authorities.
Image Added

Import IIS .NET SSL Certificate to JVM

...