McAfee MEJCAE-AM-DA Product Guide - Page 96

Depth, Default Value, Notes, Discard-paths, Encrypt-to-self, Enforce-adk

Page 96 highlights

Using the Configuration File Learning about the configuration file DEPTH The configuration parameter DEPTH specifies how many levels deep you can set trust for a meta or trusted introducer signature. (Trusted introducers are those people who you trust to certify-or validate-others' keys. If a trusted introducer certifies a key, it will appear valid on your public keyring.) Default Value Meta Introducer signature: DEPTH = 2 Trusted Introducer signature: DEPTH = 1 Notes • This setting is ignored if SIG-TYPE is set to local or exportable. • The DEPTH setting applies to an introducer signature (meta or trusted), whereas the CERT-DEPTH configuration option limits the depth of the trust chain. E-Business Server will not validate any keys deeper in the chain of trust than the level specified by CERT-DEPTH. DISCARD-PATHS Instructs E-Business Server to strip any relative path information from the list of files you want to include in a Self-Decrypting Archive (SDA) or PGParchive. During decryption of the archive, the files are placed in the current directory instead of in subdirectories of the current directory. Default Value DISCARD-PATHS= Notes You can also add the --discard-paths option to the command line when creating an SDA or PGParchive. For example: ebs --encrypt --sda --discard-paths foo/bar.txt abc/xyz.txt In this example, E-Business Server includes the files bar.txt and xyz.txt in the archive, but the file's relative paths are not included. When the archive is decrypted, both files are placed in the current directory and not in foo and abc subdirectories. ENCRYPT-TO-SELF Instructs E-Business Server to always add the recipient specified in the configuration parameter DEFAULT-KEY to its list of recipients and thus always encrypt to the predefined key as well as to any specified recipients. Note: Just because you originated the encryption does not mean you can decrypt the information. If you want to have access later to messages you encrypt to another person, you must enable ENCRYPT-TO-SELF. Default Value ENCRYPT-TO-SELF = off ENFORCE-ADK Forces encryption to any ADKs associated with a recipient's key and to the ADK-KEY configuration setting. Default Value ENFORCE-ADK = off Notes • With this setting enabled, if a user tries to encrypt to a key that is associated with an ADK (or to any key, with ADK-KEY enabled), E-Business Server attempts to encrypt to the ADK as well. If the ADK is not present on the keyring, E-Business Server generates an error message. • If ENFORCE-ADK is set to off and the ADK is not present on the user's keyring, E-Business Server displays a warning. It then encrypts the message, but does not encrypt to the ADK key. E-Business Server™ 8.6 Product Guide 94

  • 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
94
Using the Configuration File
Learning about the configuration file
DEPTH
The configuration parameter
DEPTH
specifies how many levels deep you can set trust for a meta or trusted
introducer signature. (Trusted introducers are those people who you trust to certify—or validate—others’
keys. If a trusted introducer certifies a key, it will appear valid on your public keyring.)
Default Value
Meta Introducer signature:
DEPTH = 2
Trusted Introducer signature:
DEPTH = 1
Notes
This setting is ignored if
SIG-TYPE
is set to local or exportable.
• The
DEPTH
setting applies to an introducer signature (meta or trusted), whereas the
CERT-DEPTH
configuration option limits the depth of the trust chain. E-Business Server will not validate any keys
deeper in the chain of trust than the level specified by
CERT-DEPTH
.
DISCARD-PATHS
Instructs E-Business Server to strip any relative path information from the list of files you want to include
in a Self-Decrypting Archive (SDA) or PGParchive. During decryption of the archive, the files are placed in
the current directory instead of in subdirectories of the current directory.
Default Value
DISCARD-PATHS=
Notes
You can also add the
--discard-paths
option to the command line when creating an SDA or PGParchive.
For example:
ebs --encrypt --sda --discard-paths foo/bar.txt abc/xyz.txt
In this example, E-Business Server includes the files
bar.txt
and
xyz.txt
in the archive, but the file’s relative
paths are not included. When the archive is decrypted, both files are placed in the current directory and not
in
foo
and
abc
subdirectories.
ENCRYPT-TO-SELF
Instructs E-Business Server to always add the recipient specified in the configuration parameter
DEFAULT-KEY
to its list of recipients and thus always encrypt to the predefined key as well as to any specified recipients.
Note:
Just because you originated the encryption does not mean you can decrypt the information. If you want to have
access later to messages you encrypt to another person, you must enable
ENCRYPT-TO-SELF
.
Default Value
ENCRYPT-TO-SELF = off
ENFORCE-ADK
Forces encryption to any ADKs associated with a recipient’s key and to the
ADK-KEY
configuration setting.
Default Value
ENFORCE-ADK = off
Notes
With this setting enabled, if a user tries to encrypt to a key that is associated with an ADK (or to any key,
with
ADK-KEY
enabled), E-Business Server attempts to encrypt to the ADK as well. If the ADK is not
present on the keyring, E-Business Server generates an error message.
• If
ENFORCE-ADK
is set to
off
and the ADK is not present on the user's keyring, E-Business Server displays
a warning. It then encrypts the message, but does not encrypt to the ADK key.