How to install ssl certificate in windows server?
3 answer(s)
Answer # 1 #
Don’t forget to install intermediate certificates too. Without them, some browsers may show insecure warnings.
Answer # 2 #
I followed these steps: 1. Generate CSR from IIS. 2. Purchase SSL from a provider. 3. Import .pfx or .crt file into server certificates. 4. Bind it to the website. Works perfectly.