McAfee MEJCAE-AM-DA Product Guide - Page 78

Keeping your keyring files open with EBScache, If no parameters are supplied and a file called

Page 78 highlights

Advanced Topics Keeping your keyring files open with EBScache Keeping your keyring files open with EBScache EBScache allows you to load a specified keyring and keep it open for as long as it is running. Previously, E-Business Server would close the keyring and exit the program when the operation was complete. With PGPcache, the keyring files stay open until you kill the process. EBScache [--version|--help] [--filelist ] [ ...] Use the --filelist option to specify a text file that contains a list of keyring filenames you want PGPcache to load. Each filename must be on a separate line and the files must exist in pairs-a public keyring and a secret keyring. The following is an example of three pairs of keyring files: #Lines beginning with a '#' are considered comments. pubring1.pkr secring1.skr /home/joe/.pgp/public.pkr /home/joe/.pgp/secret.skr .pgp/foo.bin .secrets/bar.bin If filenames are supplied-in conjunction with the --filelist option or not-then they are also opened as keyrings. If no parameters are supplied and a file called 'ebscache.lst' exists in the same directory as the executable, then processing continues as if --filelist ./ebscache.lst was entered from the directory that contains the executable. You can get more information about the version of PGPcache you are using by including the --version or --help options. To display the version number of PGPcache you are using, enter the following: ebscache --version To display command usage information for PGPcache, enter the following: ebscache --help Under Unix, the process detaches from the terminal once it has successfully started. The process should be run at a privilege level sufficient to open all the keyrings read-only. Under UNIX, the process can also be sent a SIGHUP signal using the kill command to tell it to re-process its arguments and re-load the keyrings. E-Business Server™ 8.6 Product Guide 76

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188

E-Business Server
8.6
Product Guide
76
Advanced Topics
Keeping your keyring files open with EBScache
Keeping your keyring files open with EBScache
EBScache allows you to load a specified keyring and keep it open for as long as it is running. Previously,
E-Business Server would close the keyring and exit the program when the operation was complete. With
PGPcache, the keyring files stay open until you kill the process.
EBScache [--version|--help] [--filelist <filename>] [<public_keyring> <secret_keyring>...]
Use the
--filelist
option to specify a text file that contains a list of keyring filenames you want PGPcache
to load. Each filename must be on a separate line and the files must exist in pairs—a public keyring and a
secret keyring.
The following is an example of three pairs of keyring files:
#Lines beginning with a ‘#’ are considered comments.
pubring1.pkr
secring1.skr
/home/joe/.pgp/public.pkr
/home/joe/.pgp/secret.skr
.pgp/foo.bin
.secrets/bar.bin
If filenames are supplied—in conjunction with the
--filelist
option or not—then they are also opened as
keyrings.
If no parameters are supplied and a file called ‘
ebscache.lst
’ exists in the same directory as the executable,
then processing continues as if
--filelist ./ebscache.lst
was entered from the directory that contains the
executable.
You can get more information about the version of PGPcache you are using by including the
--version
or
--help
options.
To display the version number of PGPcache you are using, enter the following:
ebscache --version
To display command usage information for PGPcache, enter the following:
ebscache --help
Under Unix, the process detaches from the terminal once it has successfully started. The process should be
run at a privilege level sufficient to open all the keyrings read-only. Under UNIX, the process can also be
sent a SIGHUP signal using the kill command to tell it to re-process its arguments and re-load the keyrings.