After deleting or assigning other Exchange certificate, you can't open emc page (blank page).
netsh http show sslcert
save output
delete error causing cert:
netsh http delete sslcert ipport=0.0.0.0:444
assign right cert:
netsh http add sslcert ipport=0.0.0.0:444 certhash=4849849849884484884848 appid="{4dc3e181-e1445554554155455}"
-> you can copy certhash and appid from the other applied certs..
netsh http show sslcert
save output
delete error causing cert:
netsh http delete sslcert ipport=0.0.0.0:444
assign right cert:
netsh http add sslcert ipport=0.0.0.0:444 certhash=4849849849884484884848 appid="{4dc3e181-e1445554554155455}"
-> you can copy certhash and appid from the other applied certs..