# Generate a CSR and unencrypted private key openssl req -out CSR.csr -new -newkey rsa:2048 -nodes -keyout privateKey.key