Commit dbec1962 authored by Bodo Möller's avatar Bodo Möller
Browse files

make sure .rnd exists

parent 2ce15df5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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