Convert the Signed Certificate

The certificate returned to you could be in a format other then X.509 and will need to be converted if this is the case. To convert the signed certificate into x509 format for use the following OpenSSL command.

openssl x509 -in domainname.com.cer -out domainname.com.iisx509.cer