McAfee MEJCAE-AM-DA Product Guide - Page 56

Retrieve your certificate and add it to your key pair

Page 56 highlights

Working with X.509 Certificates Getting an X.509 certificate from a CA 1 Enter the following on the command line: ebs --cert-request [--cert-attribute ] 2 Enter the passphrase for your key pair. The certificate request is sent to the CA server. The server authenticates itself to your computer and accepts your request. In a corporate setting, your company's administrator verifies your information in the request. The identifying information and public key are assembled and then digitally signed with the CA's own certificate to create your new certificate. The administrator sends you an email message stating that your certificate is ready for retrieval. Retrieve your certificate and add it to your key pair Use the --cert-retrieve option to get your certificate from the CA and automatically add it to your key pair. To retrieve your certificate: 1 Enter the following on the command line: ebs --cert-retrieve E-Business Server contacts the CA server and automatically retrieves your new X.509 certificate and adds it to your key. You can verify that the certificate has been added by using the --sig-details option. Manually requesting and adding an X.509 certificate to your key The process for manually requesting and adding an X.509 certificate to your key is similar to the automated process. The difference being that the certificate you request must be in PKCS #10 format, and when the certificate is ready for retrieval, you manually copy and import the key block into your key. There are four main steps to manually requesting and adding an X.509 certificate to your key pair: 1 Retrieve the Root CA certificate from the CA and add it to your keyring (see Retrieving and adding the Root CA certificate to your keyring on page 53). 2 Create a PKCS #10 formatted certificate request (see Creating a PKCS #10 certificate request on page 54). 3 Deliver your certificate request to the CA (see Sending your certificate request to the CA on page 55). 4 Manually retrieve the certificate issued by the CA and add the key block to your key (see Manually retrieve your certificate and add it to your key pair on page 55). Creating a PKCS #10 certificate request Use the --cert-request option with the --pkcs10 modifier to create a certificate-request file in PKCS #10 format. Optionally, you can add certificate attributes using the --cert-attribute modifier to your certificate request. For more information on how to specify a certificate attribute, see Specifying certificate attributes on page 51. Note: The Root CA key is not required for a PKCS #10 certificate request. To create a PKCS #10 certificate request: 1 Enter the following on the command line: ebs --cert-request --pkcs10 --output [--cert-attribute ] 2 Enter the passphrase for your key pair. E-Business Server™ 8.6 Product Guide 54

  • 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
54
Working with X.509 Certificates
Getting an X.509 certificate from a CA
1
Enter the following on the command line:
ebs --cert-request <keyID> [--cert-attribute <name=value>]
2
Enter the passphrase for your key pair.
The certificate request is sent to the CA server. The server authenticates itself to your computer and
accepts your request.
In a corporate setting, your company’s administrator verifies your information in the request. The identifying
information and public key are assembled and then digitally signed with the CA’s own certificate to create
your new certificate.
The administrator sends you an email message stating that your certificate is ready for retrieval.
Retrieve your certificate and add it to your key pair
Use the
--cert-retrieve
option to get your certificate from the CA and automatically add it to your key pair.
To retrieve your certificate:
1
Enter the following on the command line:
ebs --cert-retrieve <keyID>
E-Business Server contacts the CA server and automatically retrieves your new X.509 certificate and
adds it to your key.
You can verify that the certificate has been added by using the
--sig-details
option.
Manually requesting and adding an X.509 certificate to your key
The process for manually requesting and adding an X.509 certificate to your key is similar to the automated
process. The difference being that the certificate you request must be in PKCS #10 format, and when the
certificate is ready for retrieval, you manually copy and import the key block into your key.
There are four main steps to manually requesting and adding an X.509 certificate to your key pair:
1
Retrieve the Root CA certificate from the CA and add it to your keyring (see
Retrieving and adding the
Root CA certificate to your keyring
on page 53
).
2
Create a PKCS #10 formatted certificate request (see
Creating a PKCS #10 certificate request
on
page 54
).
3
Deliver your certificate request to the CA (see
Sending your certificate request to the CA
on page 55
).
4
Manually retrieve the certificate issued by the CA and add the key block to your key (see
Manually retrieve
your certificate and add it to your key pair
on page 55
).
Creating a PKCS #10 certificate request
Use the
--cert-request
option with the
--pkcs10
modifier to create a certificate-request file in PKCS #10
format.
Optionally, you can add certificate attributes using the
--cert-attribute
modifier to your certificate request.
For more information on how to specify a certificate attribute, see
Specifying certificate attributes on
page 51
.
Note:
The Root CA key is not required for a PKCS #10 certificate request.
To create a PKCS #10 certificate request:
1
Enter the following on the command line:
ebs --cert-request <keyID> --pkcs10 --output <filename> [--cert-attribute <name=value>]
2
Enter the passphrase for your key pair.