#!/bin/sh
#
#  This is a wrapper script to create default certificates when the
#  server first starts in debugging mode.  Once the certificates have been
#  created, this file should be deleted.
#
#  $Id: bootstrap,v 1.1 2007/04/25 09:54:21 aland Exp $
#
cd `dirname $0`
make ca server dh random
