|
|||||||||||
|
Re: openSSL Key generation
From: Zow <zow(at)llnl.gov>
Date: Thu Feb 06 2003 - 14:41:16 EST
> [root@basea1 tmp]# nohup time /usr/bin/openssl genrsa -rand /dev/urandom
Last time I generated a key was on like a P-II 400MHz and it maybe took a minute or two (it's been a long time, so it's kind of hazy). Your Athalon will smoke that P-II anyway you work it, so I suspect it has something more to do with the nohup and the backgrounding of the process (probably confusing openssl for some reason). Kill the existing process and re-try it as just # time /usr/bin/openssl genrsa -rand /dev/urandom 1024 > /tmp/server.key If you want to do something else in the meantime, that's what multiple windows or screen is for.
Hope this helps,
use standardDisclaimer Received on Fri Feb 7 16:14:19 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:01:19 EDT |
||||||||||
|
|||||||||||