McAfee MEJCAE-AM-DA Product Guide - Page 128

key-join, Syntax, Notes, key-list, Modifiers, key-reconstruct

Page 128 highlights

Using Command-Line Options • For RSAv4 keys, --key-size indicates the size of both the signing key and the encryption subkey, which ranges from 1024 bits to 4096 bits with a default value of 2048 bits. To create an RSA key that has different signing and encryption key sizes, you must first create a sign-only RSAv4 key with the desired signing key size. Then, in a separate operation, create an encryption subkey of the desired size. • When generating a subkey, the specified key size is the size of the encryption key generated. • For more information on generating new keys, see Creating a key pair on page 18. For more information on generating subkeys, see Creating subkeys on page 20. For more information on creating keys on a smart card, see Creating a key pair on a smart card on page 20. key-join Use the --key-join option to restore a previously split key. Syntax ebs --key-join Notes Key joins will only be done as an interactive process. The only parameter to this option is the User ID or the Key ID of the key to be joined. The other information is provided via prompts just like in previous releases. key-list Use the --key-list option to display keys on a keyring. For more information or examples of the various listing options, see Key List Displays on page 161. Syntax ebs --key-list [--with-sigs | --with-userids] [--sort [--reverse]] [userid ...] Modifiers --sort Specifies the field you want to sort the keys by. By default, E-Business Server sorts in ascending order (a to z). You can sort by any of the following fields: keysize, subkeysize, keyid, userid, trust, validity, creation, expiration. To list the keys in descending order (z to a), include the --reverse option. --width Sets the number of characters displayed on a line. By default, the key list display is set to an unlimited number of characters. If the information displayed for a key on your keyring exceeds the number of characters allowed, then the user ID is truncated and a dollar sign ($) appears at the end of the user ID indicating that there was more information. The key information is not wrapped to the next line. --with-sigs --with-userids Instructs E-Business Server to also display signatures on keys. Instructs E-Business Server to also display all user IDs on keys. The normal key-list view does not show the list of userids on each key. With this option set, more lines of display are used to provide more information to the user. Notes • When you specify --with-sigs, --with-userids is implied. • If --width is set to less than 50 characters, then 50 is used instead. key-reconstruct Use the --key-reconstruct option to restore a private key, which was previously split into shares, encrypted, and sent to a key reconstruction server. Syntax ebs --key-reconstruct [--keyserver ] [--passphrase ] [--answer [...]] [--auth-user --auth-passphrase ] E-Business Server™ 8.6 Product Guide 126

  • 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
126
Using Command-Line Options
For RSAv4 keys,
--key-size
indicates the size of both the signing key and the encryption subkey, which
ranges from 1024 bits to 4096 bits with a default value of 2048 bits. To create an RSA key that has
different signing and encryption key sizes, you must first create a sign-only RSAv4 key with the desired
signing key size. Then, in a separate operation, create an encryption subkey of the desired size.
When generating a subkey, the specified key size is the size of the encryption key generated.
For more information on generating new keys, see
Creating a key pair
on page 18
. For more information
on generating subkeys, see
Creating subkeys
on page 20
. For more information on creating keys on a
smart card, see
Creating a key pair on a smart card
on page 20
.
key-join
Use the
--key-join
option to restore a previously split key.
Syntax
ebs --key-join <userID_or_keyID>
Notes
Key joins will only be done as an interactive process. The only parameter to this option is the User ID or the
Key ID of the key to be joined. The other information is provided via prompts just like in previous releases.
key-list
Use the
--key-list
option to display keys on a keyring. For more information or examples of the various
listing options, see
Key List Displays
on page 161
.
Syntax
ebs --key-list [--with-sigs | --with-userids] [--sort <field> [--reverse]] [userid ...]
Modifiers
Notes
When you specify
--with-sigs
,
--with-userids
is implied.
• If
--width
is set to less than 50 characters, then 50 is used instead.
key-reconstruct
Use the
--key-reconstruct
option to restore a private key, which was previously split into shares, encrypted,
and sent to a key reconstruction server.
Syntax
ebs --key-reconstruct <userid> [--keyserver <url>] [--passphrase <new_passphrase>] [--answer [...]]
[--auth-user <userid> --auth-passphrase <passphrase>]
--sort
Specifies the field you want to sort the keys by. By default, E-Business Server
sorts in ascending order (a to z). You can sort by any of the following fields:
keysize, subkeysize, keyid, userid, trust, validity, creation, expiration. To list the
keys in descending order (z to a), include the --reverse option.
--width
Sets the number of characters displayed on a line. By default, the key list display
is set to an unlimited number of characters.
If the information displayed for a key on your keyring exceeds the number of
characters allowed, then the user ID is truncated and a dollar sign ($) appears
at the end of the user ID indicating that there was more information. The key
information is not wrapped to the next line.
--with-sigs
Instructs E-Business Server to also display signatures on keys.
--with-userids
Instructs E-Business Server to also display all user IDs on keys. The normal
key-list view does not show the list of userids on each key. With this option set,
more lines of display are used to provide more information to the user.