cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Sven_Waetzold
Engaged Sweeper
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
1 ACCEPTED SOLUTION
Daniel_B
Lansweeper Alumni
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

View solution in original post

2 REPLIES 2
Bert_D
Lansweeper Employee
Lansweeper Employee
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
Daniel_B
Lansweeper Alumni
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