McAfee MEJCAE-AM-DA Product Guide - Page 88

Using the Configuration File, Specifying configuration values

Page 88 highlights

11 Using the Configuration File Learning about the configuration file E-Business Server stores a number of user-defined parameters in the configuration file pgp.cfg. A configuration file enables you to define flags and parameters for E-Business Server, eliminating the need to define these parameters on the command line. (For more information on pgp.cfg and its location, see Setting the location of E-Business Server files on page 12.) Use these configuration parameters to perform the following tasks as well as many others: • Control where E-Business Server stores its temporary files. • Adjust E-Business Server's level of skepticism when it evaluates a key's validity based on the number of the key's certifying signatures. • Set the location and name of your keyrings. Specifying configuration values Configuration parameters may be assigned integer values, character string values, or on/off values; the type of values depends on the type of parameter. E-Business Server includes a sample configuration file for your review. The following rules apply to the configuration file: • E-Business Server ignores blank lines. • E-Business Server also ignores characters that follow the comment character, #. • Keywords are not case-sensitive. The following is a short sample fragment of a typical configuration file, where the file's owner used comments in conjunction with the actual settings: # TMP is the directory for E-Business Server scratch files. TMP = "e:\" # Can be overridden by environment variable TMP. Armor = on # Use --armor flag for ASCII armor when applicable. # CERT-DEPTH sets how many levels deep you can nest trusted introducers. cert-depth = 3 E-Business Server uses default values for the configuration parameters under the following conditions: • When configuration parameters are not defined. • If the configuration file does not exist. • If E-Business Server cannot find the configuration file. Setting configuration parameters from the command line Typically, you set configuration parameters in the E-Business Server configuration file, but you can also set configuration parameters directly from the E-Business Server command line. Unless you are working in legacy mode, you can set options on the command line by using the following syntax: ebs -- E-Business Server™ 8.6 Product Guide 86

  • 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
86
11
Using the Configuration File
Learning about the configuration file
E-Business Server stores a number of user-defined parameters in the configuration file
pgp.cfg
. A
configuration file enables you to define flags and parameters for E-Business Server, eliminating the need to
define these parameters on the command line. (For more information on
pgp.cfg
and its location, see
Setting
the location of E-Business Server files
on page 12
.)
Use these configuration parameters to perform the following tasks as well as many others:
Control where E-Business Server stores its temporary files.
Adjust E-Business Server’s level of skepticism when it evaluates a key’s validity based on the number of
the key’s certifying signatures.
Set the location and name of your keyrings.
Specifying configuration values
Configuration parameters may be assigned integer values, character string values, or on/off values; the type
of values depends on the type of parameter. E-Business Server includes a sample configuration file for your
review.
The following rules apply to the configuration file:
E-Business Server ignores blank lines.
E-Business Server also ignores characters that follow the comment character, #.
Keywords are not case-sensitive.
The following is a short sample fragment of a typical configuration file, where the file’s owner used comments
in conjunction with the actual settings:
# TMP is the directory for E-Business Server scratch files.
TMP = "e:\"
# Can be overridden by environment variable TMP.
Armor = on
# Use --armor flag for ASCII armor when applicable.
# CERT-DEPTH sets how many levels deep you can nest trusted introducers.
cert-depth = 3
E-Business Server uses default values for the configuration parameters under the following conditions:
When configuration parameters are not defined.
If the configuration file does not exist.
If E-Business Server cannot find the configuration file.
Setting configuration parameters from the command line
Typically, you set configuration parameters in the E-Business Server configuration file, but you can also set
configuration parameters directly from the E-Business Server command line.
Unless you are working in legacy mode, you can set options on the command line by using the following
syntax:
ebs --<option> <value>