Table of Contents
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
- Launch CA web enrollment page
- Click on Request a certificate
- Click on the advanced certificate request
- Let’s say now I need to create a certificate for the webserver
Select Web Server from the Certificate Template - Copy the CSR contents to the Base-64-encoded certificate request box
- Now the certificate is issued
- Download the certificate chain in Base 64 encoded
Convert it to PEM using SSL Shopper - Now the cert downloaded in PEM format contains both SSL & CA certs