This is a discussion on bug in scripts/certs.sh? within the FreeRADIUS Users forums, part of the Networking and Network Related category; I think there's a tiny bug in certs.sh. Line 21 is $(SSL)/bin/openssl gendh > dh but ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I think there's a tiny bug in certs.sh. Line 21 is
$(SSL)/bin/openssl gendh > dh but the parentheses should either not be there or should be curly: ${SSL}/bin/openssl gendh > dh Perhaps this is a shell peculiarity. I'm using FreeRadius 1.0.2 on WhiteBox Linux 2.4.21-20.0.1.EL. The shell is GNU bash, version 2.05b.0(1). With round brackets, bash tries, and fails, to run SSL. -- -- Norman Paterson Senior Scientific Officer School of Computer Science http://www.dcs.st-and.ac.uk/~norman/ University of St Andrews Tel +44 (0) 1334 463262 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |