Generate CSR with single command

Here’s a single command to generate a new key and CSR:

openssl req -nodes -newkey rsa:2048 -keyout mydomain.key -out mydomain.csr
blog comments powered by Disqus