I’ve been creating Certificate signing requests and private keys in individual command line instructions for years. Just found you can do this!
openssl req -new -newkey rsa:2048 -nodes -keyout server.key -out server.csr
It’s the little things that make life sweeter 🙂