Windows – Create SSL certificate using Windows CA

Generate a New SSL Certificate has two (2) parts
  • Create a Certificate Signing Request (CSR)
  • Generate SSL certificate
How to create a CSR request

Please check this article

How to generate SSL certificate
  1. Launch CA web enrollment page

  2. Click on Request a certificate


  3. Click on the advanced certificate request


  4. Let’s say now I need to create a certificate for the webserver
    Select Web Server from the Certificate Template


  5. Copy the CSR contents to the Base-64-encoded certificate request box

  6. Now the certificate is issued

  7. Download the certificate chain in Base 64 encoded
    Convert it to PEM using SSL Shopper

  8. Now the cert downloaded in PEM format contains both SSL & CA certs
Scroll to Top