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.
You must first generate an SSL certificate; if you already have one, you can immediately activate IIS.
Contents |
Activate IIS 7.0 / 7.5 (Windows Server 2008)
Before you install Profit, you must ensure that the settings for the Internet Information Services are correct.
To configure IIS 7.0 / 7.5 (once only per web server):
- Go to: IIS Manager by selecting Start /Run.
- Enter the command inetmgr.
- Right-click on the web site called Default Website.
- Click on:Edit Bindings.
- Click on:Add.
- Add a binding of the https type:
- Select an SSL certificate. Contact the system administrator if you cannot link a certificate.
This is the certificate for the domain. You enter this domain name when adding the domain in Profit.
Note:
If you do not have a certificate or want to configure a test setup, you can also link a Self-signed Certificate. The use of this type of certificate is not safe! We strongly recommend that you do not use a Self-Signed Certificate in a production environment. If you still want to do that, you can generate a Self-signed Certificate using IIS.
- Click on: OK.
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.
To link a certificate to a site:
- Select 'Default web site' (unless you use a different site, then select that site).
- Click on: 'Bindings'.
- Click on: 'Add'.
- Select 'https'.
- Select the certificate you added previously.
- Click on: OK.