Julien Valroff <[email protected]> writes: >> >> But the commands fails on command line: >> >> $ RANDFILE=/dev/random \ >> openssl req $@ -new -x509 -days 365 -nodes -out >> /etc/apache2/ssl/apache.pem \ >> -keyout /etc/apache2/ssl/apache.pem >> >> > unknown option >> req [options] <infile >outfile >> where options are >> -inform arg input format - DER or PEM >> ...
The problem in the above is the "$@" which isn't any valid shell construct. The "$@ is valid only unside POSIX function(). So, just remove it from the README.Debian. > Does your user have write access to /etc/apache2/ssl? No. /etc/apache hiearchy is only readable. Jari -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

