nvisionative / nvQuickSite

nvQuickSite is a desktop installation app for DNN, the world's most popular ASP.NET-based CMS. This app allows you to easily install DNN onto any environment that meets the minimum system requirements for DNN to be installed.
http://www.nvquicksite.com
46 stars 14 forks source link

Reinstalling same site does not respect the selected certificate #370

Closed valadas closed 1 year ago

valadas commented 1 year ago

Not a big deal but a small glitch...

Steps to reproduce

  1. Install a site using SSL and pick certificateA
  2. Run the site and everything is setup fine, very nice
  3. Later on, use nvQuickSite again to replace that site but pick certificateB instead

Expected behavior: The replaced site should now be using certificateB

What is wrong: The replaced site still uses certificateA

david-poindexter commented 1 year ago

@valadas thanks for reporting this. I have a PR ready for your review if you want to pull, build, and test to see if this fix worked.