Last change
on this file since 69 was
16,
checked in by rock, 17 years ago
|
|
-
Property svn:executable set to
*
|
File size:
754 bytes
|
Rev | Line | |
---|
[16] | 1 | #!/bin/ksh |
---|
| 2 | # @(#)90 1.1 src/avs/fs/mmfs/ts/config/sslrandfile.sample, mmfs, avs_rgpfs24, rgpfs240610b 10/3/05 11:57:52 |
---|
| 3 | # |
---|
| 4 | # |
---|
| 5 | # When properly installed, this script will be invoked prior to |
---|
| 6 | # invoking the openssl comamnd. |
---|
| 7 | # |
---|
| 8 | # The script is expected to return the fully qualified path name of |
---|
| 9 | # a file or files containing random data to be used to seed the random |
---|
| 10 | # number generator. If multiple files are specified, the path names |
---|
| 11 | # must be colon-separated. |
---|
| 12 | # |
---|
| 13 | # The file name(s) returned by this script will be passed to the openssl |
---|
| 14 | # command via the -rand option. For a complete description, refer to |
---|
| 15 | # the openssl documentation. |
---|
| 16 | # |
---|
| 17 | # To activate the code, make the appropriate changes and install the |
---|
| 18 | # script as /var/mmfs/etc/sslrandfile |
---|
| 19 | # |
---|
| 20 | |
---|
| 21 | return 0 |
---|
| 22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.