
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2015 10:03 PM
Hello,
can you help me to find / give me an instruction how to change the IIS Express SSL Certificate. In our infrastructure we have owne CA Server and need to change the certificate of the LS Website into a valid certificate.
Thanks
Sven
can you help me to find / give me an instruction how to change the IIS Express SSL Certificate. In our infrastructure we have owne CA Server and need to change the certificate of the LS Website into a valid certificate.
Thanks

Sven
Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2015 04:04 PM
We recommend that you have a look at this KB article which is about how to configure SSL in IIS Express. You need to
- add your new certificate to the Personal/Certificates folder in certmgr on the computer hosting your web console
- unbind existing SSL certificates from your SSL port with a command like "netsh http delete sslcert ipport=0.0.0.0:443"
- bind your new SSL certificate to the port. For this you need the Hash of your certificate. You can find details on how to do this in the article mentioned above
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2015 04:30 PM
In case you are referring to the new https feature for IISExpress with the 'LansweeperWebsite' certificate that comes with 5.3.x versions
1) Make sure you are using IISExpress
2) Stop the IISExpress service
3) Go to the lansweeper IISExpress certificate install folder
(ex. C:\Program Files (x86)\Lansweeper\IISexpress\Certificate)
4) Rename the 'LansweeperWebsite' certificate there to something like 'LansweeperWebsite_Backup'
5) Rename your own certificate to 'LansweeperWebsite' and place it in the folder
6) Start the IISExpress service
Kind regards
1) Make sure you are using IISExpress
2) Stop the IISExpress service
3) Go to the lansweeper IISExpress certificate install folder
(ex. C:\Program Files (x86)\Lansweeper\IISexpress\Certificate)
4) Rename the 'LansweeperWebsite' certificate there to something like 'LansweeperWebsite_Backup'
5) Rename your own certificate to 'LansweeperWebsite' and place it in the folder
6) Start the IISExpress service
Kind regards

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2015 04:04 PM
We recommend that you have a look at this KB article which is about how to configure SSL in IIS Express. You need to
- add your new certificate to the Personal/Certificates folder in certmgr on the computer hosting your web console
- unbind existing SSL certificates from your SSL port with a command like "netsh http delete sslcert ipport=0.0.0.0:443"
- bind your new SSL certificate to the port. For this you need the Hash of your certificate. You can find details on how to do this in the article mentioned above
