Generates a certificate signing request(CSR) to issue your certificate by pure JavaScript on the browser.
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