How do I make OpenSSL write the RANDFILE on Windows Vista?
Posted
by Iain
on Stack Overflow
See other posts from Stack Overflow
or by Iain
Published on 2010-02-09T14:25:11Z
Indexed on
2010/05/11
6:04 UTC
Read the original article
Hit count: 300
openssl
|windows-vista
When I run:
openssl genrsa -out mykey.key 2048
I get the following error:
unable to write 'random state'
e is 65537 (0x10001)
My googling suggests this is some kind of Vista permissions issue. How can I allow Vista to write this file or how can I configure openssl to get round it?
© Stack Overflow or respective owner