[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SSL CHALLENGE: ALERT! probable misallocation of keys?




| BTW how can I log brloop's output into a file and not to the screen?

#!/bin/sh
brloop > /tmp/worklog.ssl 2>&1 &

is what I did.

/Christian