I am working on moving a site from Rackspace Cloud Sites onto a server running IIS and need to get the SSL certificate imported into IIS. All I have at the moment for the SSL certificate is what Rackspace gives me.
The text of the certificate
-----BEGIN CERTIFICATE-----
etc.
-----END CERTIFICATE-----
And the text of the private key -----BEGIN RSA PRIVATE KEY----- etc. -----END RSA PRIVATE KEY-----
From what I've found I need to have a .pfx file to import the certificate. How would I get one from having the text of the certificate + the text of the key?