McAfee MEJCAE-AM-DA Product Guide - Page 89

Configuration parameters, ADD-ALL, Syntax, ADK-KEY, Default Value, Notes

Page 89 highlights

Using the Configuration File Learning about the configuration file For example, if the ARMOR parameter is set to on in the E-Business Server configuration file, you can override this setting by using the --armor option on the command line: ebs --encrypt --armor off message.txt --user smith If you are working in legacy mode, then you must precede the parameter setting with a plus (+) character. For example, if the ENCRYPT-TO-SELF parameter is turned off in the configuration file, but you want to use it in a single legacy operation, then enter the following on the command line: ebs -e +ENCRYPT-TO-SELF=on message.txt smith For the location of the pgp.cfg file, please refer to Setting the location of E-Business Server files on page 12. The remainder of this chapter summarizes E-Business Server's configuration parameters in alphabetical order. Configuration parameters ADD-ALL Specifies that --keyserver-fetch will always add all matching keys found on the keyserver to the local keyring. If not specified, then each matching key is displayed in turn, and E-Business Server prompts for confirmation that you want to import each key. Syntax ADD-ALL = off ADK-KEY Specifies an Additional Decryption Key (ADK) for messages encrypted and keys generated. Encrypt to an Additional Decryption Key (ADK). When this parameter is used, all generated keys have an ADK equal to the value of ADK-KEY. Additionally, everything E-Business Server encrypts to a public key is also encrypted to the ADK key identified by this parameter. Note the difference between incoming ADKs and outgoing ADKs as described in Managing Keys on page 28. If you choose to use two different keys for the incoming and outgoing ADKs, you can set ADK-KEY to specify the outgoing ADK, then use --adk-key on the command line to override it during key generation to specify the incoming ADK attached to such keys. Syntax ADK-KEY = For example: ADK-KEY = 0xAB12C34D Default Value ADK-KEY = "" Notes • You use ADK-KEY in conjunction with the parameter ENFORCE-ADK to determine whether E-Business Server enforces the use of ADKs. If ENFORCE-ADK is not set, then users can subvert use of the ADK. • If ENFORCE-ADK is on and the encryption key was generated with ENFORCE-ADK set to on, data is always encrypted to the ADK if the ADK key is available. If the ADK key is not available, an error message appears and the encryption operation fails. • If ENFORCE-ADK is set to off and the ADK key is not present on the user's keyring, E-Business Server displays a warning message and does not encrypt to the ADK key. • You can also set this parameter on the command line with the -- prefix; for example, --ADK-KEY 0xAB12C34D. 87 E-Business Server™ 8.6 Product Guide

  • 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

87
E-Business Server
8.6
Product Guide
Using the Configuration File
Learning about the configuration file
For example, if the
ARMOR
parameter is set to
on
in the E-Business Server configuration file, you can override
this setting by using the
--armor
option on the command line:
ebs --encrypt --armor off message.txt --user smith
If you are working in legacy mode, then you must precede the parameter setting with a plus (
+
) character.
For example, if the
ENCRYPT-TO-SELF
parameter is turned off in the configuration file, but you want to use it
in a single legacy operation, then enter the following on the command line:
ebs -e +ENCRYPT-TO-SELF=on message.txt smith
For the location of the
pgp.cfg
file, please refer to
Setting the location of E-Business Server files
on page 12
.
The remainder of this chapter summarizes E-Business Server’s configuration parameters in alphabetical
order.
Configuration parameters
ADD-ALL
Specifies that
--keyserver-fetch
will always add all matching keys found on the keyserver to the local
keyring. If not specified, then each matching key is displayed in turn, and E-Business Server prompts for
confirmation that you want to import each key.
Syntax
ADD-ALL = off
ADK-KEY
Specifies an Additional Decryption Key (ADK) for messages encrypted and keys generated.
Encrypt to an Additional Decryption Key (ADK). When this parameter is used, all generated keys have an
ADK equal to the value of
ADK-KEY
. Additionally, everything E-Business Server encrypts to a public key is also
encrypted to the ADK key identified by this parameter. Note the difference between
incoming
ADKs and
outgoing
ADKs as described in
Managing Keys
on page 28
.
If you choose to use two different keys for the incoming and outgoing ADKs, you can set
ADK-KEY
to specify
the outgoing ADK, then use
--adk-key <keyID>
on the command line to override it during key generation to
specify the incoming ADK attached to such keys.
Syntax
ADK-KEY = <keyID>
For example:
ADK-KEY = 0xAB12C34D
Default Value
ADK-KEY = ""
Notes
You use
ADK-KEY
in conjunction with the parameter
ENFORCE-ADK
to determine whether E-Business Server
enforces the use of ADKs. If
ENFORCE-ADK
is not set, then users can subvert use of the ADK.
• If
ENFORCE-ADK
is
on
and the encryption key was generated with
ENFORCE-ADK
set to
on
, data is always
encrypted to the ADK if the ADK key is available. If the ADK key is not available, an error message appears
and the encryption operation fails.
• If
ENFORCE-ADK
is set to
off
and the ADK key is not present on the user’s keyring, E-Business Server
displays a warning message and does not encrypt to the ADK key.
You can also set this parameter on the command line with the
--
prefix; for example,
--ADK-KEY
0xAB12C34D
.