I had an issue after re-installing a new certificate. This doesn’t happen often because it happens once a year or even longer depending on how long your certificate lasts. However, we had a rebrand which caused us to change our domain. I had rekeyed the certificate and that subsequently revoked the previous certificate. GoDaddy’s instructions stated that it will in 72 hours (3 days). I failed to read that…
https://www.godaddy.com/help/manually-install-an-ssl-certificate-on-my-iis-7-server-4801
Come Monday morning, users reported issues with accessing our ERP system.
The instructions for GoDaddy are located here but I ran into an issue where it would say “Failed to Remove the Certificate”. My first Google results failed me.
https://www.godaddy.com/community/SSL-And-Security/Install-Godaddy-SSL-on-IIS-10-Windows-Server-2019/td-p/147344
This link led me to a namecheap knowledgebase which worked!
https://www.namecheap.com/support/knowledgebase/article.aspx/9773/2238/ssl-disappears-from-the-certificate-list-on-windows-server/
The key here is to to type ‘certutil -repairstore my‘ plus your serial number in the certificate as shown in screenshot below. Then you have to bind the new certificate.



Then, restart IIS.

Another reference:
I didn’t actually have this issue but similar problem with Completing the Certificate Request. https://www.godaddy.com/community/SSL-And-Security/Install-Godaddy-SSL-on-IIS-10-Windows-Server-2019/td-p/147344