make sure .rnd exists

This commit is contained in:
Bodo Möller 2001-10-15 17:58:00 +00:00
parent 2ce15df528
commit dbec19622e

View file

@ -20,6 +20,8 @@ Ucert="certU.ss"
echo
echo "make a certificate request using 'req'"
echo "string to make the random number generator think it has entropy" >> ./.rnd
if ../apps/openssl no-rsa; then
req_new='-newkey dsa:../apps/dsa512.pem'
else