...
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.
- 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.
- 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.
Import IIS .NET SSL Certificate to JVM
...