4. Apply config to the Windows 2003 IIS Server.
To use both those files on IIS Server, you need to convert them to the .pfx format
Server# openssl pkcs12 -export -inkey Key.pem -in Certificate.pem -out IIS.pfx -nodes
Enter Export Password:
Verifying - Enter Export Password:
Typing some password to protect the file.