I am working on create certificate signing request for my server. when I run:
openssl genrsa -out www.mysite.com.key 2048
I got the error msg
"unable to write "random state"
e is 65537 (0x10001)
Could anyone help me? please!
Thank you
I am working on create certificate signing request for my server. when I run:
openssl genrsa -out www.mysite.com.key 2048
I got the error msg
"unable to write "random state"
e is 65537 (0x10001)
Could anyone help me? please!
Thank you
Try executing the command as a superuser, like:
sudo openssl genrsa -out www.mysite.com.key 2048