I am trying to install the certificate on an IIS 8.5 server on Windows server 2012.
When going to the IIS manager, I went to 'Server certificates' -> Complete Certificate Request, I select my certificate .p7b and I go to 'Binds' to select the certificate for port 443 of https it is not in the list.
The problem that is happening is: when I import the certificate, it appears that it was imported. But when you refresh the list of certificates, it does not list any linked / added certificates.
Searching, I found a possible solution:
run -> cmd -> run certutil -repairstore my "paste the serial # in here"
But this command is loading the 'Smart card'.
