Keypair and CSR generator demo

Generates a certificate signing request(CSR) to issue your certificate by pure JavaScript on the browser.

(Step1) Fill required data to generate CSR.

Subject Name:
Key and Signature Algorithm Name:


(Step 2) Confirm resulted Private Key and CSR

(self signed)Certificate Signing Request (CSR/PKCS#11):

PKCS#8 plain PRIVATE KEY

ASN.1 dump of generated CSR

NOTE

This tool is demonstration for jsrsasign and can be used for testing purpose only. Since PRNG is poor and it may generate weak key pair. CSR can be verify its self-signed signature by following OpenSSL command:

% openssl req -in sample.csr -noout -text -verify