I had the same issue when using GitBash in Windows 7, After hours of search this solved my issue:
winpty openssl genrsa -out ../private.pem -aes256 4096
Could give you some idea what is needed.
I had the same issue when using GitBash in Windows 7, After hours of search this solved my issue:
winpty openssl genrsa -out ../private.pem -aes256 4096
Could give you some idea what is needed.