Possible Duplicate:
How to create certificate .cer file ?
Hi all,
I would like to work with certificates and the third part authority send me values :
-----BEGIN CERTIFICATE-----
[...]Many letters and digits[...]
-----END CERTIFICATE-----
-----BEGIN RSA PRIVATE KEY-----
[...]Many letters and digits[...]
-----END RSA PRIVATE KEY-----
But I need a .cer file to put in my IIS ...
How can I create this .cer file ?
Thanks in advance for any answers.