I generated a request from a production web server, then gave it to my boss who sent it off and then emailed me back the 4 .crt files he received.
On another server (our staging server) I installed the 3 root certs and 1 intermediate cert using mmc. Now I need to add an https binding that uses this SSL certificate but I'm not sure how to get it to show up in the drop down. From what little I know, it seems to me like I need to complete the certificate request on the production server I made the request from and export the cert from there as a pfx file that I can then import into IIS on the staging server. I'm told that I shouldn't need to do that.
What is the correct way to do this?