McAfee MEJCAE-AM-DA Product Guide - Page 115

Modifiers, Notes, cert-retrieve, Syntax, decrypt

Page 115 highlights

Using Command-Line Options 113 Modifiers --ca-root-cert --ca-type --ca-url --cert-attribute --output --pkcs10 Specifies the X.509 certificate that represents the CA's root certificate. is the ID belonging to the X.509 self-signature, which must be on your keyring. Specifies the Certificate Authority. Your options are NetTools, VeriSign, Entrust, iPlanet, or Win2k. Specifies the URL of the Certificate Authority. Specifies one or more of the certificate attributes. Common X.509 certificate attributes include, but are not limited to, an email address (E), organization name (O), organizational unit name (OU), or country (C). Specifies the name of the file where the output should be saved. Specifies that a certificate request will be output as a local PKCS #10 formatted file. Notes • Typically, the CA information is set in the E-Business Server configuration file, and only one CA can be specified at a time. A duplicated --ca-* setting results in an error message. • If --pkcs10 is specified, then the appropriate functions are used to output the PKCS10-formatted certificate request, either to standard output or to a specified file using --output . • If --pkcs10 is not specified, then the other --ca-* options must be specified either on the command-line or in the E-Business Server configuration file. • If the argument contains spaces, then it must be enclosed in quotes. For example, to specify that the organization name is McAfee, you would enter the following: --cert-attribute O="McAfee" cert-retrieve Use the --cert-retrieve option to get an X.509 certificate previously requested from a Certificate Authority (CA). For more information on adding X.509 certificates to your key, see Working with X.509 Certificates on page 50. Syntax ebs --cert-retrieve --ca-type --ca-url --ca-root-cert Modifiers --ca-root-cert Specifies the X.509 certificate that represents the CA's root certificate. is the ID belonging to the X.509 self-signature, which must be on your keyring. --ca-type Specifies the Certificate Authority. Your options are NetTools, VeriSign, Entrust, iPlanet, or Win2k. --ca-url Specifies the URL of the Certificate Authority. Notes represents the you key want to use to request the certificate. decrypt Use the --decrypt option to specify decryption of previously encrypted data. For more information on decryption, see Decrypting information on page 65. Syntax ebs --decrypt [--passphrase ] [--allow-passphrase-retry] [--preserve-name] [--secure-viewer] [--authenticate] [--ftp --ftp-pathname [--ftp-secure] [--ftp-port ] [--ftp-server ] [--ftp-username ] [--ftp-password ]] [--signed-by ] [--output ] [filename [...]] 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

113
E-Business Server
8.6
Product Guide
Using Command-Line Options
Modifiers
Notes
Typically, the CA information is set in the E-Business Server configuration file, and only one CA can be
specified at a time. A duplicated
--ca-*
setting results in an error message.
• If
--pkcs10
is specified, then the appropriate functions are used to output the PKCS10-formatted
certificate request, either to standard output or to a specified file using
--output <filename>
.
• If
--pkcs10
is not specified, then the other
--ca-*
options must be specified either on the command-line
or in the E-Business Server configuration file.
If the
<name=value>
argument contains spaces, then it must be enclosed in quotes. For example, to specify
that the organization name is McAfee, you would enter the following:
--cert-attribute O=”McAfee”
cert-retrieve
Use the
--cert-retrieve
option to get an X.509 certificate previously requested from a Certificate Authority
(CA). For more information on adding X.509 certificates to your key, see
Working with X.509 Certificates
on
page 50
.
Syntax
ebs --cert-retrieve <keyID> --ca-type <type> --ca-url <url> --ca-root-cert <certid>
Modifiers
Notes
<keyID>
represents the you key want to use to request the certificate.
decrypt
Use the
--decrypt
option to specify decryption of previously encrypted data. For more information on
decryption, see
Decrypting information
on page 65
.
Syntax
ebs --decrypt [--passphrase <passphrase>] [--allow-passphrase-retry] [--preserve-name]
[--secure-viewer] [--authenticate] [--ftp --ftp-pathname <remote path> [--ftp-secure]
[--ftp-port <port number>] [--ftp-server <server name>] [--ftp-username <user name>] [--ftp-password
<password>]] [--signed-by <keyid>] [--output <file>] [filename [...]]
--ca-root-cert
Specifies the X.509 certificate that represents the CA's root certificate. <certid>
is the ID belonging to the X.509 self-signature, which must be on your keyring.
--ca-type
Specifies the Certificate Authority. Your options are NetTools, VeriSign, Entrust,
iPlanet, or Win2k.
--ca-url
Specifies the URL of the Certificate Authority.
--cert-attribute
Specifies one or more of the certificate attributes. Common X.509 certificate
attributes include, but are not limited to, an email address (E), organization
name (O), organizational unit name (OU), or country (C).
--output
Specifies the name of the file where the output should be saved.
--pkcs10
Specifies that a certificate request will be output as a local PKCS #10 formatted
file.
--ca-root-cert
Specifies the X.509 certificate that represents the CA's root certificate. <certid>
is the ID belonging to the X.509 self-signature, which must be on your keyring.
--ca-type
Specifies the Certificate Authority. Your options are NetTools, VeriSign, Entrust,
iPlanet, or Win2k.
--ca-url
Specifies the URL of the Certificate Authority.