Quickly Generate SSL Key & CSR
Quickly generate a new SSH keypair and then a CSR:
openssl genrsa -out private.key 4096 openssl req -new -key private.key -out private.csr
Found this useful? Everything here is free and stays that way. If it saved you an afternoon, you can buy me a coffee.