Overview
Using the Secure Sockets Layer (SSL) to secure the Cayosoft Administrator web portal is important to protect users' privacy.
For end users to be able to verify the server's identity you should use an SSL certificate that authenticates the identity of a website and encrypts information sent to the server using SSL technology.
For test purposes, you can use Self-signed certificates. These are certificates created on your computer. They're useful in environments where it's not important for an end user to trust your server, such as a test environment.
For the production environment, you should use a valid certificate that you got from a known certificate authority (CA).
For details please see this article: How to Set Up SSL on IIS 7 or later | Microsoft Learn.
Using a Self-Signed SSL Certificate for testing the web portal
- Open Internet Information Manager (Start type inetmgr, press ENTER).
- Double сlick on the 'Server Certificate'.
- On the Action menu, click 'Create Self-Signed Certificate'.
- Enter a friendly name for your certificate, then click 'OK'.
- Your certificate will be generated in the background.
Assigning the Certificate to HTTPS binding
- Open Internet Information Manager (Start type inetmgr, press ENTER).
- Expand the Server, then Expand the Sites folder.
- Select the Default website.
- On the Action menu, click 'Bindings…'.
- Find https binding and click 'Edit...'. If there is no existing https binding in the Site Bindings dialog box click 'Add...' and do the following:
- Change type to HTTPS.
- Enter the hostname.
- Change the SSL certificate to the name of the certificate. You can use the Self-signed certificate that you created before for testing purposes, or select your production certificate.
- Click 'OK'.
You will see the protocol HTTPS under the type column with the 'Host Name' column set to the server name you provided above. - Click 'Close'.
Connecting to the Web Portal with SSL
- Open your web browser.
- Enter the URL as follows, replacing server.domain.com with the name you assigned to the certificate.
https://server.domain.com/cayosoftwebadmin/
Require SSL for the Cayosoft Web Portal
- Open Internet Information Manager (Start type inetmgr, press ENTER).
- Expand the Server, then Expand the Sites folder.
- Expand the Default website.
- Select 'CayosoftWebAdmin' site.
- Double-click SSL Settings.
- Click Require SSL.
- On the 'Action' menu click 'Apply'.
Comments
0 comments
Please sign in to leave a comment.