Sign CSR

Sign CSR file with site intCA key or use your CA private Key, supported with Adding CRL distribution point and OCSP query URL certificate extensions




Thanks for using this software, for Cofee/Beer/Amazon bill and further development of this project please Share.

Any private key value that you enter or we generate is not stored on this site, this tool is provided via an HTTPS URL to ensure that private keys cannot be stolen, for extra security run this software on your network, no cloud dependency

Asking for donation sound bad to me, so i'm raising fund from by offering all my Nine book for just $9



CSR

A certification request consists of three parts: “certification request information,” a signature algorithm identifier, and a digital signature on the certification request information. The certification request information consists of the entity’s distinguished name, the entity’s public key, and a set of attributes providing other information about the entity.

Openssl Steps Creating CSR file

Generate the RSA key

openssl genrsa -out domain.com.key 2048

Create a CSR

openssl req -new -sha256 -key domain.com.key -out domain.com.csr

Verify your CSR

openssl req -noout -text -in domain.com.csr

Note: For production certificates use public CA