0% found this document useful (0 votes)
16 views2 pages

TLS Certificate Generation for IIS

The document provides step-by-step instructions for generating a TLS certificate using Windows IIS Manager, including creating a certificate request, uploading it to a Certificate Authority, and binding the certificate to a site. It also mentions alternative tools like ZeroSSL and Certify The Web for easier certificate management. Additionally, it offers resources for testing the certificate's validity.

Uploaded by

lemabam677
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views2 pages

TLS Certificate Generation for IIS

The document provides step-by-step instructions for generating a TLS certificate using Windows IIS Manager, including creating a certificate request, uploading it to a Certificate Authority, and binding the certificate to a site. It also mentions alternative tools like ZeroSSL and Certify The Web for easier certificate management. Additionally, it offers resources for testing the certificate's validity.

Uploaded by

lemabam677
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Generate TLS

Option 2: Use Windows IIS Manager (GUI method)

Step-by-Step:

1. Open IIS Manager (inetmgr)

2. Go to Server Certificates (under server-level features)

3. Click “Create Certificate Request…”

4. Fill the CSR details (same as OpenSSL)

5. Save the .csr file

6. Upload it to a CA (Let’s Encrypt via ZeroSSL, or any CA)

7. Once validated, download the certificate

8. Return to IIS → Complete Certificate Request

9. Browse the .crt and give it a friendly name

10. Bind it to your site (IIS > Site > Bindings > Add HTTPS)

Option 3: Use ZeroSSL or CertifyTheWeb (UI Tools for Windows)

• ZeroSSL: Free browser-based GUI for generating certs

• Certify The Web: Automates Let's Encrypt for IIS and other services

Bonus: Test Your Certificate

Use:

• [Link]

• Or curl:

bash

CopyEdit

curl -v [Link]
Would you like help automating this for local development (e.g., localhost) or for a public
website hosted on IIS or Apache on Windows?

You might also like