Hi all,
 
I'm trying to create a certificate to use with IIS 5. But I have a problem when I import a certificate into IIS. I have created a certificate request using IIS tool (the MMC console) at C:\certreq.txt. After that, I signed a certificate for that request ( I acts as a CA):
 
openssl ca -in certreq.txt -out myserver.pem -config .\demoCA\openssl.cnf -policy policy_anything
 
But IIS doesn't allow importing the resulted certificate (message is "Invalid certificate"). I have deleted some text in the cetificate (before "BEGIN CERTIFICATE.." text) and change its name to myserver.cer. But IIS just gives another error  "The pending certificate request for this response file was not found..". But I haven't change anything after generating the request. What's wrong?
 
Can you please help me? Thanks in advance.
 
Regards,
Thai

Reply via email to