#!/bin/ksh # @(#)90 1.1 src/avs/fs/mmfs/ts/config/sslrandfile.sample, mmfs, avs_rgpfs24, rgpfs240610b 10/3/05 11:57:52 # # # When properly installed, this script will be invoked prior to # invoking the openssl comamnd. # # The script is expected to return the fully qualified path name of # a file or files containing random data to be used to seed the random # number generator. If multiple files are specified, the path names # must be colon-separated. # # The file name(s) returned by this script will be passed to the openssl # command via the -rand option. For a complete description, refer to # the openssl documentation. # # To activate the code, make the appropriate changes and install the # script as /var/mmfs/etc/sslrandfile # return 0