SOLVED

Install ssl certificate on windows server 2012 R2

Copper Contributor

I would install a SSL certificate on Windows Server 2012 R2.

I received from SSL/provider 4 files:

  1. mydomain.company.it.csr
  2. mydomain.company.it.key
  3. mydomain_company_it_cert.cer
  4. mydomain_company_it_interm.cer

In IIS i have installed "mydomain_company_it_cert.cer" choosing "Complete Certificate Request".

In this way i can't see certificate from dropdown list when i am trying to binding in IIS.

I have tried to run "certutil -repairstore my xxxxxxxxxxx" but i am constantly prompted for smart card.

This article it doesn't help much , the hot-fix has been removed.

I read this thread but i don't know if have to generated .CSR again at first point of reply.

Any thoughts on how to bypass the smart card and get the repair to complete are appreciated

25 Replies
And in the binding, what's the Host Name? That does correspond to the subject alternate name in the certificate?

In the binding host name is
mydomain.company.it
And Request Name Server is not flagged.

In certificate details i read in "Subject Alternate Name" property
DNS Name=mydomain.company.it

 

Immagine3.png

@Frankie1969 
This is content of personal store

Immagine2.pngImmagine3.pngImmagine.png

It all seems to be in good shape... Did you restart IIS during configuration? If not, try a iisreset.exe in an admin command prompt.. Also, are you testing internally or externally? Firewall opening is correct and when doing a netstat -an | find /i "443" you see a port listening on 443?
I always reset IIS after every change.
I'll do a firewall check.
Thanks a lot
Did you manage to fix your issue?