Generating 2048 bit CSR with OpenSSL
Today, all certificate authorities require 2048 bit private key when requesting SSL certificates. This is how it’s done: openssl req -nodes -newkey rsa:2048 -keyout cert.key -out cert.csr
Today, all certificate authorities require 2048 bit private key when requesting SSL certificates. This is how it’s done: openssl req -nodes -newkey rsa:2048 -keyout cert.key -out cert.csr