Search found 2 matches

by amagri
Mon May 06, 2019 6:52 am
Forum: General Discussion
Topic: OTA openssl command
Replies: 2
Views: 4974

Re: OTA openssl command

UPDATE: I am working on Windows, where it is necessary to prepend "winpty" to the command in order to make it work.. the openssl command as it is found in the examples requires you to input some data from the terminal, and that is where the winpty thingy comes to help. On Linux (at home...) it works...
by amagri
Fri May 03, 2019 1:44 pm
Forum: General Discussion
Topic: OTA openssl command
Replies: 2
Views: 4974

Re: OTA openssl command

Hello, I have the same problem, but it is probably not the one you believe you have: the openssl command tries to read a file called .rnd when it's called. You can create one by calling openssl rand -writerand .rnd but it does not make any difference to me: openssl req -x509 -newkey rsa:2048 -keyout...