What is a CSR Generator?
A CSR Generator is an online tool for creating the CSR and private key required to request an SSL certificate. It uses OpenSSL to generate the request from domain and organization information.
- Generate CSRs with domain CN, organization O, and OU
- Support contact email, city, state or province, and country code
- Generate CSRs and private keys using OpenSSL
- Process the private key in memory without storing it on disk or in logs
It provides a simple way to generate the CSR required for an SSL certificate request.
Comments 0