Question 2.0: Create Certificate Request using SHA256 in IIS - Import?

Nasheayahu 40 Reputation points
2023-09-05T17:17:45.33+00:00

Morning, I've read "Create Certificate Request using SHA256 in IIS", "Import SSL to existing WIndows IIS server" and completed my CSR using NOIP services, downloaded my PKCS-7 version to import into IIS10.

This file has three certs, DigiCertCA, mydomain_com, TrustedRoot. I read the instructions from the link in the first read post by User-1499256089 posted, the second read post by was not clear to me, so can someone show or link me to what cert or all (DigiCertCA, mydomain_com, TrustedRoot) do I need to import and by what method and where?

I've also just read "Installing server certificates manually in IIS" but its importing a .pfx file, will this work for the cert(s) from NOIP in the above mention format. I'm assuming I only need to import mydomain_com cert?

I would really appreciate it,
Thanks!...

Windows development Internet Information Services
{count} votes

Accepted answer
  1. Lex Li (Microsoft) 6,037 Reputation points Microsoft Employee
    2023-09-05T17:55:09.6766667+00:00

    So, your private key is on that Linux machine, and you received the certificate. You will have to use a tool like OpenSSL to combine the private key and the certificate to a .pfx file (I wrote some commands in my blog post for your reference).

    Once you get that file you can go back and import it to Windows/IIS.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.