Configure IIS
Both PAS and InSite must be available via HTTPS. In the IIS (Internet Information Service) you make the website available for https. You can add a binding of the https type to the website, once per web server and, if applicable, for the application server with the PAS. This is, for example, Default Web Site, but in your case it could also be a different IIS Site.
Generate a Self Signed Certificate
You can generate a Self-signed Certificate in IIS 7. The steps also apply with regard to IIS 7.5 and IIS 8.
To generate a Self Signed Certificate:
- Start 'Internet Information Services'.
- Select the server.
- Double-click Server Certificates.
- Click on: 'Create Self-Signed Certificate'.
- Enter the description.
- Click on: OK.