OSDN Git Service

Add linux.x86 linux.x86_64 target
[pizza-ipa-oss/jre.git] / features / jp.pizzafactory.com.sun.jre / rootfiles.linux.x86 / jre / man / man1 / keytool.1
1 ." Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. 
2 ."
3 .TH keytool 1 "06 Apr 2010"
4 ." Generated from HTML by html2man (author: Eric Armstrong)
5
6 .LP
7 .SH "Name"
8 keytool \- Key and Certificate Management Tool
9 .LP
10 .RS 3
11
12 .LP
13 Manages a keystore (database) of cryptographic keys, X.509 certificate chains, and trusted certificates.
14 .RE
15 .SH "SYNOPSIS"
16 .LP
17
18 .LP
19 .nf
20 \f3
21 .fl
22 \fP\f3keytool\fP [ commands ]
23 .fl
24 .fi
25
26 .LP
27 .LP
28 The keytool command interface has changed in Java SE 6. See the Changes Section for a detailed description. Note that previously defined commands are still supported.
29 .LP
30 .SH "DESCRIPTION"
31 .LP
32
33 .LP
34 \f3keytool\fP is a key and certificate management utility. It allows users to administer their own public/private key pairs and associated certificates for use in self\-authentication (where the user authenticates himself/herself to other users/services) or data integrity and authentication services, using digital signatures. It also allows users to cache the public keys (in the form of certificates) of their communicating peers. 
35 .LP
36 A \f2certificate\fP is a digitally signed statement from one entity (person, company, etc.), saying that the public key (and some other information) of some other entity has a particular value. (See Certificates.) When data is digitally signed, the signature can be verified to check the data integrity and authenticity. \f2Integrity\fP means that the data has not been modified or tampered with, and \f2authenticity\fP means the data indeed comes from whoever claims to have created and signed it.
37 .LP
38 .LP
39 \f3keytool\fP also enables users to administer secret keys used in symmetric encryption/decryption (e.g. DES).
40 .LP
41 .LP
42 \f3keytool\fP stores the keys and certificates in a \f2keystore\fP. 
43 .LP
44 .SH "COMMAND AND OPTION NOTES"
45 .LP
46
47 .LP
48 .LP
49 The various commands and their options are listed and described below . Note:
50 .LP
51 .RS 3
52 .TP 2
53 o
54 All command and option names are preceded by a minus sign (\-). 
55 .TP 2
56 o
57 The options for each command may be provided in any order. 
58 .TP 2
59 o
60 All items not italicized or in braces or square brackets are required to appear as is. 
61 .TP 2
62 o
63 Braces surrounding an option generally signify that a default value will be used if the option is not specified on the command line. Braces are also used around the \f2\-v\fP, \f2\-rfc\fP, and \f2\-J\fP options, which only have meaning if they appear on the command line (that is, they don't have any "default" values other than not existing). 
64 .TP 2
65 o
66 Brackets surrounding an option signify that the user is prompted for the value(s) if the option is not specified on the command line. (For a \f2\-keypass\fP option, if you do not specify the option on the command line, \f3keytool\fP will first attempt to use the keystore password to recover the private/secret key, and if this fails, will then prompt you for the private/secret key password.) 
67 .TP 2
68 o
69 Items in italics (option values) represent the actual values that must be supplied. For example, here is the format of the \f2\-printcert\fP command: 
70 .nf
71 \f3
72 .fl
73   keytool \-printcert {\-file \fP\f4cert_file\fP\f3} {\-v}
74 .fl
75 \fP
76 .fi
77 .LP
78 When specifying a \f2\-printcert\fP command, replace \f2cert_file\fP with the actual file name, as in: 
79 .nf
80 \f3
81 .fl
82   keytool \-printcert \-file VScert.cer
83 .fl
84 \fP
85 .fi
86 .TP 2
87 o
88 Option values must be quoted if they contain a blank (space). 
89 .TP 2
90 o
91 The \f2\-help\fP command is the default. Thus, the command line 
92 .nf
93 \f3
94 .fl
95   keytool
96 .fl
97 \fP
98 .fi
99 is equivalent to 
100 .nf
101 \f3
102 .fl
103   keytool \-help
104 .fl
105 \fP
106 .fi
107 .RE
108
109 .LP
110 .SS 
111 Option Defaults
112 .LP
113 .RS 3
114
115 .LP
116 Below are the defaults for various option values. 
117 .nf
118 \f3
119 .fl
120 \-alias "mykey"
121 .fl
122
123 .fl
124 \-keyalg
125 .fl
126     "DSA" (when using \fP\f3\-genkeypair\fP\f3)
127 .fl
128     "DES" (when using \fP\f3\-genseckey\fP\f3)
129 .fl
130
131 .fl
132 \-keysize
133 .fl
134     1024 (when using \fP\f3\-genkeypair\fP\f3)
135 .fl
136     56 (when using \fP\f3\-genseckey\fP\f3 and \-keyalg is "DES")
137 .fl
138     168 (when using \fP\f3\-genseckey\fP\f3 and \-keyalg is "DESede")
139 .fl
140
141 .fl
142 \-validity 90
143 .fl
144
145 .fl
146 \-keystore \fP\f4the file named \fP\f4.keystore\fP\f3 in the user's home directory\fP\f3
147 .fl
148
149 .fl
150 \-storetype \fP\f4the value of the "keystore.type" property in the security properties file,
151 .fl
152            which is returned by the static \fP\f4getDefaultType\fP\f3 method in \fP\f4java.security.KeyStore\fP\f3
153 .fl
154
155 .fl
156 \-file \fP\f4stdin if reading, stdout if writing\fP\f3
157 .fl
158
159 .fl
160 \-protected false
161 .fl
162
163 .fl
164 \fP
165 .fi
166
167 .LP
168 In generating a public/private key pair, the signature algorithm (\f2\-sigalg\fP option) is derived from the algorithm of the underlying private key: If the underlying private key is of type "DSA", the \f2\-sigalg\fP option defaults to "SHA1withDSA", and if the underlying private key is of type "RSA", \f2\-sigalg\fP defaults to "MD5withRSA". Please consult the 
169 .na
170 \f2Java Cryptography Architecture API Specification & Reference\fP @
171 .fi
172 http://java.sun.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html#AppA for a full list of \f2\-keyalg\fP and \f2\-sigalg\fP you can choose from.
173 .RE
174 .SS 
175 Common Options
176 .LP
177 .RS 3
178
179 .LP
180 The \f2\-v\fP option can appear for all commands except \f2\-help\fP. If it appears, it signifies "verbose" mode; more information will be output. 
181 .LP
182 There is also a \f2\-J\fP\f2javaoption\fP option that may appear for any command. If it appears, the specified \f2javaoption\fP string is passed through directly to the Java interpreter. This option should not contain any spaces. It is useful for adjusting the execution environment or memory usage. For a list of possible interpreter options, type \f2java \-h\fP or \f2java \-X\fP at the command line.
183 .LP
184 .LP
185 These options may appear for all commands operating on a keystore:
186 .LP
187 .RS 3
188 .TP 3
189 \-storetype storetype 
190 This qualifier specifies the type of keystore to be instantiated. 
191 .TP 3
192 \-keystore keystore 
193 The keystore location. 
194 .LP
195 If the JKS storetype is used and a keystore file does not yet exist, then certain \f3keytool\fP commands may result in a new keystore file being created. For example, if \f2keytool \-genkeypair\fP is invoked and the \f2\-keystore\fP option is not specified, the default keystore file named \f2.keystore\fP in the user's home directory will be created if it does not already exist. Similarly, if the \f2\-keystore \fP\f2ks_file\fP option is specified but \f2ks_file\fP does not exist, then it will be created 
196 .LP
197 Note that the input stream from the \f2\-keystore\fP option is passed to the \f2KeyStore.load\fP method. If \f2NONE\fP is specified as the URL, then a null stream is passed to the \f2KeyStore.load\fP method. \f2NONE\fP should be specified if the \f2KeyStore\fP is not file\-based (for example, if it resides on a hardware token device).  
198 .TP 3
199 \-storepass storepass 
200 The password which is used to protect the integrity of the keystore. 
201 .LP
202 \f2storepass\fP must be at least 6 characters long. It must be provided to all commands that access the keystore contents. For such commands, if a \f2\-storepass\fP option is not provided at the command line, the user is prompted for it. 
203 .LP
204 When retrieving information from the keystore, the password is optional; if no password is given, the integrity of the retrieved information cannot be checked and a warning is displayed.  
205 .TP 3
206 \-providerName provider_name 
207 Used to identify a cryptographic service provider's name when listed in the security properties file. 
208 .TP 3
209 \-providerClass provider_class_name 
210 Used to specify the name of cryptographic service provider's master class file when the service provider is not listed in the security properties file. 
211 .TP 3
212 \-providerArg provider_arg 
213 Used in conjunction with \f2\-providerClass\fP. Represents an optional string input argument for the constructor of \f2provider_class_name\fP. 
214 .TP 3
215 \-protected 
216 Either \f2true\fP or \f2false\fP. This value should be specified as \f2true\fP if a password must be given via a protected authentication path such as a dedicated PIN reader. 
217 .RE
218
219 .LP
220 .RE
221 .SH "COMMANDS"
222 .LP
223
224 .LP
225 .SS 
226 Creating or Adding Data to the Keystore
227 .LP
228 .RS 3
229
230 .LP
231 .RS 3
232 .TP 3
233 \-genkeypair {\-alias alias} {\-keyalg keyalg} {\-keysize keysize} {\-sigalg sigalg} [\-dname dname] [\-keypass keypass] {\-validity valDays} {\-storetype storetype} {\-keystore keystore} [\-storepass storepass] {\-providerClass provider_class_name {\-providerArg provider_arg}} {\-v} {\-protected} {\-Jjavaoption} 
234 .LP
235 Generates a key pair (a public key and associated private key). Wraps the public key into an X.509 v3 self\-signed certificate, which is stored as a single\-element certificate chain. This certificate chain and the private key are stored in a new keystore entry identified by \f2alias\fP. 
236 .LP
237 \f2keyalg\fP specifies the algorithm to be used to generate the key pair, and \f2keysize\fP specifies the size of each key to be generated. \f2sigalg\fP specifies the algorithm that should be used to sign the self\-signed certificate; this algorithm must be compatible with \f2keyalg\fP. 
238 .LP
239 \f2dname\fP specifies the X.500 Distinguished Name to be associated with \f2alias\fP, and is used as the \f2issuer\fP and \f2subject\fP fields in the self\-signed certificate. If no distinguished name is provided at the command line, the user will be prompted for one. 
240 .LP
241 \f2keypass\fP is a password used to protect the private key of the generated key pair. If no password is provided, the user is prompted for it. If you press RETURN at the prompt, the key password is set to the same password as that used for the keystore. \f2keypass\fP must be at least 6 characters long. 
242 .LP
243 \f2valDays\fP tells the number of days for which the certificate should be considered valid. 
244 .LP
245 This command was named \f2\-genkey\fP in previous releases. This old name is still supported in this release and will be supported in future releases, but for clarify the new name, \f2\-genkeypair\fP, is preferred going forward.  
246 .TP 3
247 \-genseckey {\-alias alias} {\-keyalg keyalg} {\-keysize keysize} [\-keypass keypass] {\-storetype storetype} {\-keystore keystore} [\-storepass storepass] {\-providerClass provider_class_name {\-providerArg provider_arg}} {\-v} {\-protected} {\-Jjavaoption} 
248 .LP
249 Generates a secret key and stores it in a new \f2KeyStore.SecretKeyEntry\fP identified by \f2alias\fP. 
250 .LP
251 \f2keyalg\fP specifies the algorithm to be used to generate the secret key, and \f2keysize\fP specifies the size of the key to be generated. \f2keypass\fP is a password used to protect the secret key. If no password is provided, the user is prompted for it. If you press RETURN at the prompt, the key password is set to the same password as that used for the keystore. \f2keypass\fP must be at least 6 characters long.  
252 .TP 3
253 \-importcert {\-alias alias} {\-file cert_file} [\-keypass keypass] {\-noprompt} {\-trustcacerts} {\-storetype storetype} {\-keystore keystore} [\-storepass storepass] {\-providerName provider_name} {\-providerClass provider_class_name {\-providerArg provider_arg}} {\-v} {\-protected} {\-Jjavaoption} 
254 .LP
255 Reads the certificate or certificate chain (where the latter is supplied in a PKCS#7 formatted reply) from the file \f2cert_file\fP, and stores it in the keystore entry identified by \f2alias\fP. If no file is given, the certificate or PKCS#7 reply is read from stdin. 
256 .LP
257 \f3keytool\fP can import X.509 v1, v2, and v3 certificates, and PKCS#7 formatted certificate chains consisting of certificates of that type. The data to be imported must be provided either in binary encoding format, or in printable encoding format (also known as Base64 encoding) as defined by the Internet RFC 1421 standard. In the latter case, the encoding must be bounded at the beginning by a string that starts with "\-\-\-\-\-BEGIN", and bounded at the end by a string that starts with "\-\-\-\-\-END". 
258 .LP
259 You import a certificate for two reasons: 
260 .RS 3
261 .TP 3
262 1.
263 to add it to the list of trusted certificates, or 
264 .TP 3
265 2.
266 to import a certificate reply received from a CA as the result of submitting a Certificate Signing Request (see the \-certreq command) to that CA. 
267 .RE
268 .LP
269 Which type of import is intended is indicated by the value of the \f2\-alias\fP option: 
270 .RS 3
271 .TP 3
272 1.
273 \f3If the alias does not point to a key entry\fP, then \f3keytool\fP assumes you are adding a trusted certificate entry. In this case, the alias should not already exist in the keystore. If the alias does already exist, then \f3keytool\fP outputs an error, since there is already a trusted certificate for that alias, and does not import the certificate. 
274 .TP 3
275 2.
276 \f3If the alias points to a key entry\fP, then \f3keytool\fP assumes you are importing a certificate reply. 
277 .RE
278 \f3Importing a New Trusted Certificate\fP 
279 .RS 3
280
281 .LP
282 .LP
283 Before adding the certificate to the keystore, \f3keytool\fP tries to verify it by attempting to construct a chain of trust from that certificate to a self\-signed certificate (belonging to a root CA), using trusted certificates that are already available in the keystore.
284 .LP
285 .LP
286 If the \f2\-trustcacerts\fP option has been specified, additional certificates are considered for the chain of trust, namely the certificates in a file named "cacerts".
287 .LP
288 .LP
289 If \f3keytool\fP fails to establish a trust path from the certificate to be imported up to a self\-signed certificate (either from the keystore or the "cacerts" file), the certificate information is printed out, and the user is prompted to verify it, e.g., by comparing the displayed certificate fingerprints with the fingerprints obtained from some other (trusted) source of information, which might be the certificate owner himself/herself. Be very careful to ensure the certificate is valid prior to importing it as a "trusted" certificate! \-\- see WARNING Regarding Importing Trusted Certificates. The user then has the option of aborting the import operation. If the \f2\-noprompt\fP option is given, however, there will be no interaction with the user.
290 .LP
291 .RE
292 \f3Importing a Certificate Reply\fP 
293 .RS 3
294 .LP
295 When importing a certificate reply, the certificate reply is validated using trusted certificates from the keystore, and optionally using the certificates configured in the "cacerts" keystore file (if the \f2\-trustcacerts\fP option was specified).
296 .LP
297 .LP
298 The methods of determining whether the certificate reply is trusted are described in the following:
299 .LP
300 .RS 3
301 .TP 2
302 o
303 \f3If the reply is a single X.509 certificate\fP, \f3keytool\fP attempts to establish a trust chain, starting at the certificate reply and ending at a self\-signed certificate (belonging to a root CA). The certificate reply and the hierarchy of certificates used to authenticate the certificate reply form the new certificate chain of \f2alias\fP. If a trust chain cannot be established, the certificate reply is not imported. In this case, \f3keytool\fP does not print out the certificate and prompt the user to verify it, because it is very hard (if not impossible) for a user to determine the authenticity of the certificate reply. 
304 .TP 2
305 o
306 \f3If the reply is a PKCS#7 formatted certificate chain\fP, the chain is first ordered (with the user certificate first and the self\-signed root CA certificate last), before \f3keytool\fP attempts to match the root CA certificate provided in the reply with any of the trusted certificates in the keystore or the "cacerts" keystore file (if the \f2\-trustcacerts\fP option was specified). If no match can be found, the information of the root CA certificate is printed out, and the user is prompted to verify it, e.g., by comparing the displayed certificate fingerprints with the fingerprints obtained from some other (trusted) source of information, which might be the root CA itself. The user then has the option of aborting the import operation. If the \f2\-noprompt\fP option is given, however, there will be no interaction with the user. 
307 .RE
308
309 .LP
310 .LP
311 If the public key in the certificate reply matches the user's public key already stored with under \f2alias\fP, the old certificate chain is replaced with the new certificate chain in the reply. The old chain can only be replaced if a valid \f2keypass\fP, the password used to protect the private key of the entry, is supplied. If no password is provided, and the private key password is different from the keystore password, the user is prompted for it.
312 .LP
313 .RE
314 .LP
315 This command was named \f2\-import\fP in previous releases. This old name is still supported in this release and will be supported in future releases, but for clarify the new name, \f2\-importcert\fP, is preferred going forward.    
316 .TP 3
317 \-importkeystore \-srckeystore srckeystore \-destkeystore destkeystore {\-srcstoretype srcstoretype} {\-deststoretype deststoretype} [\-srcstorepass srcstorepass] [\-deststorepass deststorepass] {\-srcprotected} {\-destprotected} {\-srcalias srcalias {\-destalias destalias} [\-srckeypass srckeypass] [\-destkeypass destkeypass] } {\-noprompt} {\-srcProviderName src_provider_name} {\-destProviderName dest_provider_name} {\-providerClass provider_class_name {\-providerArg provider_arg}} {\-v} {\-protected} {\-Jjavaoption} 
318 .LP
319 Imports a single entry or all entries from a source keystore to a destination keystore. 
320 .LP
321 When the \f2srcalias\fP option is provided, the command imports the single entry identified by the alias to the destination keystore. If a destination alias is not provided with \f2destalias\fP, then \f2srcalias\fP is used as the destination alias. If the source entry is protected by a password, \f2srckeypass\fP will be used to recover the entry. If \f2srckeypass\fP is not provided, then \f3keytool\fP will attempt to use \f2srcstorepass\fP to recover the entry. If \f2srcstorepass\fP is either not provided or is incorrect, the user will be prompted for a password. The destination entry will be protected using \f2destkeypass\fP. If \f2destkeypass\fP is not provided, the destination entry will be protected with the source entry password. 
322 .LP
323 If the \f2srcalias\fP option is not provided, then all entries in the source keystore are imported into the destination keystore. Each destination entry will be stored under the alias from the source entry. If the source entry is protected by a password, \f2srcstorepass\fP will be used to recover the entry. If \f2srcstorepass\fP is either not provided or is incorrect, the user will be prompted for a password. If a source keystore entry type is not supported in the destination keystore, or if an error occurs while storing an entry into the destination keystore, the user will be prompted whether to skip the entry and continue, or to quit. The destination entry will be protected with the source entry password. 
324 .LP
325 If the destination alias already exists in the destination keystore, the user is prompted to either overwrite the entry, or to create a new entry under a different alias name. 
326 .LP
327 Note that if \f2\-noprompt\fP is provided, the user will not be prompted for a new destination alias. Existing entries will automatically be overwritten with the destination alias name. Finally, entries that can not be imported are automatically skipped and a warning is output.  
328 .RE
329 .RE
330 .SS 
331 Exporting Data
332 .LP
333 .RS 3
334
335 .LP
336 .RS 3
337 .TP 3
338 \-certreq {\-alias alias} {\-sigalg sigalg} {\-file certreq_file} [\-keypass keypass] {\-storetype storetype} {\-keystore keystore} [\-storepass storepass] {\-providerName provider_name} {\-providerClass provider_class_name {\-providerArg provider_arg}} {\-v} {\-protected} {\-Jjavaoption} 
339 .LP
340 Generates a Certificate Signing Request (CSR), using the PKCS#10 format. 
341 .LP
342 A CSR is intended to be sent to a certificate authority (CA). The CA will authenticate the certificate requestor (usually off\-line) and will return a certificate or certificate chain, used to replace the existing certificate chain (which initially consists of a self\-signed certificate) in the keystore. 
343 .LP
344 The private key and X.500 Distinguished Name associated with \f2alias\fP are used to create the PKCS#10 certificate request. In order to access the private key, the appropriate password must be provided, since private keys are protected in the keystore with a password. If \f2keypass\fP is not provided at the command line, and is different from the password used to protect the integrity of the keystore, the user is prompted for it. 
345 .LP
346 \f2sigalg\fP specifies the algorithm that should be used to sign the CSR. 
347 .LP
348 The CSR is stored in the file \f2certreq_file\fP. If no file is given, the CSR is output to stdout. 
349 .LP
350 Use the \f2importcert\fP command to import the response from the CA.  
351 .TP 3
352 \-exportcert {\-alias alias} {\-file cert_file} {\-storetype storetype} {\-keystore keystore} [\-storepass storepass] {\-providerName provider_name} {\-providerClass provider_class_name {\-providerArg provider_arg}} {\-rfc} {\-v} {\-protected} {\-Jjavaoption} 
353 .LP
354 Reads (from the keystore) the certificate associated with \f2alias\fP, and stores it in the file \f2cert_file\fP. 
355 .LP
356 If no file is given, the certificate is output to stdout. 
357 .LP
358 The certificate is by default output in binary encoding, but will instead be output in the printable encoding format, as defined by the Internet RFC 1421 standard, if the \f2\-rfc\fP option is specified. 
359 .LP
360 If \f2alias\fP refers to a trusted certificate, that certificate is output. Otherwise, \f2alias\fP refers to a key entry with an associated certificate chain. In that case, the first certificate in the chain is returned. This certificate authenticates the public key of the entity addressed by \f2alias\fP. 
361 .LP
362 This command was named \f2\-export\fP in previous releases. This old name is still supported in this release and will be supported in future releases, but for clarify the new name, \f2\-exportcert\fP, is preferred going forward.  
363 .RE
364
365 .LP
366 .RE
367 .SS 
368 Displaying Data
369 .LP
370 .RS 3
371
372 .LP
373 .RS 3
374 .TP 3
375 \-list {\-alias alias} {\-storetype storetype} {\-keystore keystore} [\-storepass storepass] {\-providerName provider_name} {\-providerClass provider_class_name {\-providerArg provider_arg}} {\-v | \-rfc} {\-protected} {\-Jjavaoption} 
376 .LP
377 Prints (to stdout) the contents of the keystore entry identified by \f2alias\fP. If no alias is specified, the contents of the entire keystore are printed. 
378 .LP
379 This command by default prints the MD5 fingerprint of a certificate. If the \f2\-v\fP option is specified, the certificate is printed in human\-readable format, with additional information such as the owner, issuer, serial number, and any extensions. If the \f2\-rfc\fP option is specified, certificate contents are printed using the printable encoding format, as defined by the Internet RFC 1421 standard 
380 .LP
381 You cannot specify both \f2\-v\fP and \f2\-rfc\fP.  
382 .TP 3
383 \-printcert {\-file cert_file} {\-v} {\-Jjavaoption} 
384 .LP
385 .LP
386 Internet RFC 1421 standard. 
387 .LP
388 Note: This option can be used independently of a keystore.  
389 .RE
390
391 .LP
392 .RE
393 .SS 
394 Managing the Keystore
395 .LP
396 .RS 3
397
398 .LP
399 .RS 3
400 .TP 3
401 \-storepasswd [\-new new_storepass] {\-storetype storetype} {\-keystore keystore} [\-storepass storepass] {\-providerName provider_name} {\-providerClass provider_class_name {\-providerArg provider_arg}} {\-v} {\-Jjavaoption} 
402 .LP
403 Changes the password used to protect the integrity of the keystore contents. The new password is \f2new_storepass\fP, which must be at least 6 characters long.  
404 .TP 3
405 \-keypasswd {\-alias alias} [\-keypass old_keypass] [\-new new_keypass] {\-storetype storetype} {\-keystore keystore} [\-storepass storepass] {\-providerName provider_name} {\-providerClass provider_class_name {\-providerArg provider_arg}} {\-v} {\-Jjavaoption} 
406 .LP
407 Changes the password under which the private/secret key identified by \f2alias\fP is protected, from \f2old_keypass\fP to \f2new_keypass\fP, which must be at least 6 characters long. 
408 .LP
409 If the \f2\-keypass\fP option is not provided at the command line, and the key password is different from the keystore password, the user is prompted for it. 
410 .LP
411 If the \f2\-new\fP option is not provided at the command line, the user is prompted for it.  
412 .TP 3
413 \-delete [\-alias alias] {\-storetype storetype} {\-keystore keystore} [\-storepass storepass] {\-providerName provider_name} {\-providerClass provider_class_name {\-providerArg provider_arg}} {\-v} {\-protected} {\-Jjavaoption} 
414 .LP
415 Deletes from the keystore the entry identified by \f2alias\fP. The user is prompted for the alias, if no alias is provided at the command line.  
416 .TP 3
417 \-changealias {\-alias alias} [\-destalias destalias] [\-keypass keypass] {\-storetype storetype} {\-keystore keystore} [\-storepass storepass] {\-providerName provider_name} {\-providerClass provider_class_name {\-providerArg provider_arg}} {\-v} {\-protected} {\-Jjavaoption} 
418 .LP
419 Move an existing keystore entry from the specified \f2alias\fP to a new alias, \f2destalias\fP. If no destination alias is provided, the command will prompt for one. If the original entry is protected with an entry password, the password can be supplied via the "\-keypass" option. If no key password is provided, the \f2storepass\fP (if given) will be attempted first. If that attempt fails, the user will be prompted for a password.  
420 .RE
421
422 .LP
423 .RE
424 .SS 
425 Getting Help
426 .LP
427 .RS 3
428
429 .LP
430 .RS 3
431 .TP 3
432 \-help 
433 .LP
434 Lists the basic commands and their options.  
435 .RE
436
437 .LP
438 .RE
439 .SH "EXAMPLES"
440 .LP
441
442 .LP
443 .LP
444 Suppose you want to create a keystore for managing your public/private key pair and certificates from entities you trust.
445 .LP
446 .SS 
447 Generating Your Key Pair
448 .LP
449 .RS 3
450
451 .LP
452 .LP
453 The first thing you need to do is create a keystore and generate the key pair. You could use a command such as the following:
454 .LP
455 .nf
456 \f3
457 .fl
458     keytool \-genkeypair \-dname "cn=Mark Jones, ou=JavaSoft, o=Sun, c=US"
459 .fl
460       \-alias business \-keypass kpi135 \-keystore /working/mykeystore
461 .fl
462       \-storepass ab987c \-validity 180
463 .fl
464 \fP
465 .fi
466
467 .LP
468 .LP
469 (Please note: This must be typed as a single line. Multiple lines are used in the examples just for legibility purposes.)
470 .LP
471 .LP
472 This command creates the keystore named "mykeystore" in the "working" directory (assuming it doesn't already exist), and assigns it the password "ab987c". It generates a public/private key pair for the entity whose "distinguished name" has a common name of "Mark Jones", organizational unit of "JavaSoft", organization of "Sun" and two\-letter country code of "US". It uses the default "DSA" key generation algorithm to create the keys, both 1024 bits long.
473 .LP
474 .LP
475 It creates a self\-signed certificate (using the default "SHA1withDSA" signature algorithm) that includes the public key and the distinguished name information. This certificate will be valid for 180 days, and is associated with the private key in a keystore entry referred to by the alias "business". The private key is assigned the password "kpi135".
476 .LP
477 .LP
478 The command could be significantly shorter if option defaults were accepted. As a matter of fact, no options are required; defaults are used for unspecified options that have default values, and you are prompted for any required values. Thus, you could simply have the following:
479 .LP
480 .nf
481 \f3
482 .fl
483     keytool \-genkeypair
484 .fl
485 \fP
486 .fi
487
488 .LP
489 In this case, a keystore entry with alias "mykey" is created, with a newly\-generated key pair and a certificate that is valid for 90 days. This entry is placed in the keystore named ".keystore" in your home directory. (The keystore is created if it doesn't already exist.) You will be prompted for the distinguished name information, the keystore password, and the private key password. 
490 .LP
491 The rest of the examples assume you executed the \f2\-genkeypair\fP command without options specified, and that you responded to the prompts with values equal to those given in the first \f2\-genkeypair\fP command, above (a private key password of "kpi135", etc.)
492 .LP
493 .RE
494 .SS 
495 Requesting a Signed Certificate from a Certification Authority
496 .LP
497 .RS 3
498
499 .LP
500 .LP
501 So far all we've got is a self\-signed certificate. A certificate is more likely to be trusted by others if it is signed by a Certification Authority (CA). To get such a signature, you first generate a Certificate Signing Request (CSR), via the following:
502 .LP
503 .nf
504 \f3
505 .fl
506     keytool \-certreq \-file MarkJ.csr
507 .fl
508 \fP
509 .fi
510
511 .LP
512 This creates a CSR (for the entity identified by the default alias "mykey") and puts the request in the file named "MarkJ.csr". Submit this file to a CA, such as VeriSign, Inc. The CA will authenticate you, the requestor (usually off\-line), and then will return a certificate, signed by them, authenticating your public key. (In some cases, they will actually return a chain of certificates, each one authenticating the public key of the signer of the previous certificate in the chain.)
513 .RE
514 .SS 
515 Importing a Certificate for the CA
516 .LP
517 .RS 3
518
519 .LP
520 .LP
521 You need to replace your self\-signed certificate with a certificate chain, where each certificate in the chain authenticates the public key of the signer of the previous certificate in the chain, up to a "root" CA.
522 .LP
523 .LP
524 Before you import the certificate reply from a CA, you need one or more "trusted certificates" in your keystore or in the \f2cacerts\fP keystore file (which is described in importcert command):
525 .LP
526 .RS 3
527 .TP 2
528 o
529 If the certificate reply is a certificate chain, you just need the top certificate of the chain (that is, the "root" CA certificate authenticating that CA's public key). 
530 .TP 2
531 o
532 If the certificate reply is a single certificate, you need a certificate for the issuing CA (the one that signed it), and if that certificate is not self\-signed, you need a certificate for its signer, and so on, up to a self\-signed "root" CA certificate. 
533 .RE
534
535 .LP
536 .LP
537 The "cacerts" keystore file ships with five VeriSign root CA certificates, so you probably won't need to import a VeriSign certificate as a trusted certificate in your keystore. But if you request a signed certificate from a different CA, and a certificate authenticating that CA's public key hasn't been added to "cacerts", you will need to import a certificate from the CA as a "trusted certificate".
538 .LP
539 .LP
540 A certificate from a CA is usually either self\-signed, or signed by another CA (in which case you also need a certificate authenticating that CA's public key). Suppose company ABC, Inc., is a CA, and you obtain a file named "ABCCA.cer" that is purportedly a self\-signed certificate from ABC, authenticating that CA's public key.
541 .LP
542 .LP
543 Be very careful to ensure the certificate is valid prior to importing it as a "trusted" certificate! View it first (using the \f3keytool\fP \f2\-printcert\fP command, or the \f3keytool\fP \f2\-importcert\fP command without the \f2\-noprompt\fP option), and make sure that the displayed certificate fingerprint(s) match the expected ones. You can call the person who sent the certificate, and compare the fingerprint(s) that you see with the ones that they show (or that a secure public key repository shows). Only if the fingerprints are equal is it guaranteed that the certificate has not been replaced in transit with somebody else's (for example, an attacker's) certificate. If such an attack took place, and you did not check the certificate before you imported it, you would end up trusting anything the attacker has signed.
544 .LP
545 .LP
546 If you trust that the certificate is valid, then you can add it to your keystore via the following:
547 .LP
548 .nf
549 \f3
550 .fl
551     keytool \-importcert \-alias abc \-file ABCCA.cer
552 .fl
553 \fP
554 .fi
555
556 .LP
557 This creates a "trusted certificate" entry in the keystore, with the data from the file "ABCCA.cer", and assigns the alias "abc" to the entry.
558 .RE
559 .SS 
560 Importing the Certificate Reply from the CA
561 .LP
562 .RS 3
563
564 .LP
565 .LP
566 Once you've imported a certificate authenticating the public key of the CA you submitted your certificate signing request to (or there's already such a certificate in the "cacerts" file), you can import the certificate reply and thereby replace your self\-signed certificate with a certificate chain. This chain is the one returned by the CA in response to your request (if the CA reply is a chain), or one constructed (if the CA reply is a single certificate) using the certificate reply and trusted certificates that are already available in the keystore where you import the reply or in the "cacerts" keystore file.
567 .LP
568 .LP
569 For example, suppose you sent your certificate signing request to VeriSign. You can then import the reply via the following, which assumes the returned certificate is named "VSMarkJ.cer":
570 .LP
571 .nf
572 \f3
573 .fl
574     keytool \-importcert \-trustcacerts \-file VSMarkJ.cer
575 .fl
576 \fP
577 .fi
578 .RE
579
580 .LP
581 .SS 
582 Exporting a Certificate Authenticating Your Public Key
583 .LP
584 .RS 3
585
586 .LP
587 Suppose you have used the jarsigner(1) tool to sign a Java ARchive (JAR) file. Clients that want to use the file will want to authenticate your signature. 
588 .LP
589 One way they can do this is by first importing your public key certificate into their keystore as a "trusted" entry. You can export the certificate and supply it to your clients. As an example, you can copy your certificate to a file named \f2MJ.cer\fP via the following, assuming the entry is aliased by "mykey":
590 .LP
591 .nf
592 \f3
593 .fl
594     keytool \-exportcert \-alias mykey \-file MJ.cer
595 .fl
596 \fP
597 .fi
598
599 .LP
600 Given that certificate, and the signed JAR file, a client can use the \f3jarsigner\fP tool to authenticate your signature.
601 .RE
602 .SS 
603 Importing Keystore
604 .LP
605 .RS 3
606
607 .LP
608 .LP
609 The command "importkeystore" is used to import an entire keystore into another keystore, which means all entries from the source keystore, including keys and certificates, are all imported to the destination keystore within a single command. You can use this command to import entries from a different type of keystore. During the import, all new entries in the destination keystore will have the same alias names and protection passwords (for secret keys and private keys). If \f3keytool\fP has difficulties recover the private keys or secret keys from the source keystore, it will prompt you for a password. If it detects alias duplication, it will ask you for a new one, you can specify a new alias or simply allow \f3keytool\fP to overwrite the existing one.
610 .LP
611 .LP
612 For example, to import entries from a normal JKS type keystore key.jks into a PKCS #11 type hardware based keystore, you can use the command:
613 .LP
614 .nf
615 \f3
616 .fl
617 keytool \-importkeystore
618 .fl
619     \-srckeystore key.jks \-destkeystore NONE
620 .fl
621     \-srcstoretype JKS \-deststoretype PKCS11
622 .fl
623     \-srcstorepass changeit \-deststorepass topsecret
624 .fl
625 \fP
626 .fi
627
628 .LP
629 .LP
630 The importkeystore command can also be used to import a single entry from a source keystore to a destination keystore. In this case, besides the options you see in the above example, you need to specify the alias you want to import. With the srcalias option given, you can also specify the desination alias name in the command line, as well as protection password for a secret/private key and the destination protection password you want. In this way, you can issue a \f3keytool\fP command that will never ask you a question. This makes it very convenient to include a \f3keytool\fP command into a script file, like this:
631 .LP
632 .nf
633 \f3
634 .fl
635 keytool \-importkeystore
636 .fl
637     \-srckeystore key.jks \-destkeystore NONE
638 .fl
639     \-srcstoretype JKS \-deststoretype PKCS11
640 .fl
641     \-srcstorepass changeit \-deststorepass topsecret
642 .fl
643     \-srcalias myprivatekey \-destalias myoldprivatekey
644 .fl
645     \-srckeypass oldkeypass \-destkeypass mynewkeypass
646 .fl
647     \-noprompt
648 .fl
649 \fP
650 .fi
651 .RE
652
653 .LP
654 .SH "TERMINOLOGY and WARNINGS"
655 .LP
656
657 .LP
658 .SS 
659 KeyStore
660 .LP
661 .RS 3
662
663 .LP
664 A keystore is a storage facility for cryptographic keys and certificates.
665 .RE
666 .RS 3
667 .TP 2
668 o
669 .TP 2
670 o
671 \f3KeyStore Entries\fP 
672 .RS 3
673
674 .LP
675 Keystores may have different types of entries. The two most applicable entry types for \f3keytool\fP include: 
676 .RS 3
677 .TP 3
678 1.
679 \f3key entries\fP \- each holds very sensitive cryptographic key information, which is stored in a protected format to prevent unauthorized access. Typically, a key stored in this type of entry is a secret key, or a private key accompanied by the certificate "chain" for the corresponding public key. The \f3keytool\fP can handle both types od entry, while \f3jarsigner\fP tool only handle the latter type of entry, that is private keys and their associated certificate chains. 
680 .TP 3
681 2.
682 \f3trusted certificate entries\fP \- each contains a single public key certificate belonging to another party. It is called a "trusted certificate" because the keystore owner trusts that the public key in the certificate indeed belongs to the identity identified by the "subject" (owner) of the certificate. The issuer of the certificate vouches for this, by signing the certificate. 
683 .RE
684
685 .LP
686 .RE
687 .TP 2
688 o
689 \f3KeyStore Aliases\fP 
690 .RS 3
691 .LP
692 All keystore entries (key and trusted certificate entries) are accessed via unique \f2aliases\fP.
693 .LP
694 .LP
695 An alias is specified when you add an entity to the keystore using the \-genseckey command to generate a secret key, \-genkeypair command to generate a key pair (public and private key) or the \-importcert command to add a certificate or certificate chain to the list of trusted certificates. Subsequent \f3keytool\fP commands must use this same alias to refer to the entity.
696 .LP
697 .LP
698 For example, suppose you use the alias \f2duke\fP to generate a new public/private key pair and wrap the public key into a self\-signed certificate (see Certificate Chains) via the following command:
699 .LP
700 .nf
701 \f3
702 .fl
703     keytool \-genkeypair \-alias duke \-keypass dukekeypasswd
704 .fl
705 \fP
706 .fi
707
708 .LP
709 This specifies an inital password of "dukekeypasswd" required by subsequent commands to access the private key assocated with the alias \f2duke\fP. If you later want to change duke's private key password, you use a command like the following: 
710 .nf
711 \f3
712 .fl
713     keytool \-keypasswd \-alias duke \-keypass dukekeypasswd \-new newpass
714 .fl
715 \fP
716 .fi
717
718 .LP
719 This changes the password from "dukekeypasswd" to "newpass". 
720 .LP
721 Please note: A password should not actually be specified on a command line or in a script unless it is for testing purposes, or you are on a secure system. If you don't specify a required password option on a command line, you will be prompted for it.
722 .LP
723 .RE
724 .TP 2
725 o
726 \f3KeyStore Implementation\fP 
727 .RS 3
728 The \f2KeyStore\fP class provided in the \f2java.security\fP package supplies well\-defined interfaces to access and modify the information in a keystore. It is possible for there to be multiple different concrete implementations, where each implementation is that for a particular \f2type\fP of keystore. 
729 .LP
730 Currently, two command\-line tools (\f3keytool\fP and \f3jarsigner\fP) and a GUI\-based tool named \f3Policy Tool\fP make use of keystore implementations. Since \f2KeyStore\fP is publicly available, users can write additional security applications that use it.
731 .LP
732 .LP
733 There is a built\-in default implementation, provided by Sun Microsystems. It implements the keystore as a file, utilizing a proprietary keystore type (format) named "JKS". It protects each private key with its individual password, and also protects the integrity of the entire keystore with a (possibly different) password.
734 .LP
735 .LP
736 Keystore implementations are provider\-based. More specifically, the application interfaces supplied by \f2KeyStore\fP are implemented in terms of a "Service Provider Interface" (SPI). That is, there is a corresponding abstract \f2KeystoreSpi\fP class, also in the \f2java.security\fP package, which defines the Service Provider Interface methods that "providers" must implement. (The term "provider" refers to a package or a set of packages that supply a concrete implementation of a subset of services that can be accessed by the Java Security API.) Thus, to provide a keystore implementation, clients must implement a "provider" and supply a KeystoreSpi subclass implementation, as described in 
737 .na
738 \f2How to Implement a Provider for the Java Cryptography Architecture\fP @
739 .fi
740 http://java.sun.com/javase/6/docs/technotes/guides/security/crypto/HowToImplAProvider.html.
741 .LP
742 .LP
743 Applications can choose different \f2types\fP of keystore implementations from different providers, using the "getInstance" factory method supplied in the \f2KeyStore\fP class. A keystore type defines the storage and data format of the keystore information, and the algorithms used to protect private/secret keys in the keystore and the integrity of the keystore itself. Keystore implementations of different types are not compatible.
744 .LP
745 .LP
746 \f3keytool\fP works on any file\-based keystore implementation. (It treats the keytore location that is passed to it at the command line as a filename and converts it to a FileInputStream, from which it loads the keystore information.) The \f3jarsigner\fP and \f3policytool\fP tools, on the other hand, can read a keystore from any location that can be specified using a URL.
747 .LP
748 .LP
749 For \f3keytool\fP and \f3jarsigner\fP, you can specify a keystore type at the command line, via the \f2\-storetype\fP option. For \f3Policy Tool\fP, you can specify a keystore type via the "Keystore" menu.
750 .LP
751 .LP
752 If you don't explicitly specify a keystore type, the tools choose a keystore implementation based simply on the value of the \f2keystore.type\fP property specified in the security properties file. The security properties file is called \f2java.security\fP, and it resides in the security properties directory, \f2java.home\fP/lib/security, where \f2java.home\fP is the runtime environment's directory (the \f2jre\fP directory in the SDK or the top\-level directory of the Java 2 Runtime Environment).
753 .LP
754 .LP
755 Each tool gets the \f2keystore.type\fP value and then examines all the currently\-installed providers until it finds one that implements keystores of that type. It then uses the keystore implementation from that provider.
756 .LP
757 .LP
758 The \f2KeyStore\fP class defines a static method named \f2getDefaultType\fP that lets applications and applets retrieve the value of the \f2keystore.type\fP property. The following line of code creates an instance of the default keystore type (as specified in the \f2keystore.type\fP property):
759 .LP
760 .nf
761 \f3
762 .fl
763     KeyStore keyStore = KeyStore.getInstance(KeyStore.getDefaultType());
764 .fl
765 \fP
766 .fi
767
768 .LP
769 .LP
770 The default keystore type is "jks" (the proprietary type of the keystore implementation provided by Sun). This is specified by the following line in the security properties file:
771 .LP
772 .nf
773 \f3
774 .fl
775     keystore.type=jks
776 .fl
777 \fP
778 .fi
779
780 .LP
781 .LP
782 To have the tools utilize a keystore implementation other than the default, you can change that line to specify a different keystore type.
783 .LP
784 .LP
785 For example, if you have a provider package that supplies a keystore implementation for a keystore type called "pkcs12", change the line to
786 .LP
787 .nf
788 \f3
789 .fl
790     keystore.type=pkcs12
791 .fl
792 \fP
793 .fi
794
795 .LP
796 Note: case doesn't matter in keystore type designations. For example, "JKS" would be considered the same as "jks".
797 .RE
798 .RE
799 .SS 
800 Certificate
801 .LP
802 .RS 3
803
804 .LP
805 A \f3certificate\fP (also known as a \f3public\-key certificate\fP) is a digitally signed statement from one entity (the \f2issuer\fP), saying that the public key (and some other information) of another entity (the \f2subject\fP) has some specific value.
806 .RE
807 .RS 3
808 .TP 2
809 o
810 .TP 2
811 o
812 \f3Certificate Terms\fP 
813 .RS 3
814
815 .LP
816 .RS 3
817 .TP 3
818 Public Keys 
819 These are numbers associated with a particular entity, and are intended to be known to everyone who needs to have trusted interactions with that entity. Public keys are used to verify signatures. 
820 .TP 3
821 Digitally Signed 
822 If some data is \f2digitally signed\fP it has been stored with the "identity" of an entity, and a signature that proves that entity knows about the data. The data is rendered unforgeable by signing with the entity's private key. 
823 .TP 3
824 Identity 
825 A known way of addressing an entity. In some systems the identity is the public key, in others it can be anything from a Unix UID to an Email address to an X.509 Distinguished Name. 
826 .TP 3
827 Signature 
828 A signature is computed over some data using the private key of an entity (the \f2signer\fP, which in the case of a certificate is also known as the \f2issuer\fP). 
829 .TP 3
830 Private Keys 
831 These are numbers, each of which is supposed to be known only to the particular entity whose private key it is (that is, it's supposed to be kept secret). Private and public keys exist in pairs in all public key cryptography systems (also referred to as "public key crypto systems"). In a typical public key crypto system, such as DSA, a private key corresponds to exactly one public key. Private keys are used to compute signatures. 
832 .TP 3
833 Entity 
834 An entity is a person, organization, program, computer, business, bank, or something else you are trusting to some degree. 
835 .RE
836
837 .LP
838 .LP
839 Basically, public key cryptography requires access to users' public keys. In a large\-scale networked environment it is impossible to guarantee that prior relationships between communicating entities have been established or that a trusted repository exists with all used public keys. Certificates were invented as a solution to this public key distribution problem. Now a \f2Certification Authority\fP (CA) can act as a trusted third party. CAs are entities (for example, businesses) that are trusted to sign (issue) certificates for other entities. It is assumed that CAs will only create valid and reliable certificates, as they are bound by legal agreements. There are many public Certification Authorities, such as 
840 .na
841 \f2VeriSign\fP @
842 .fi
843 http://www.verisign.com/, 
844 .na
845 \f2Thawte\fP @
846 .fi
847 http://www.thawte.com/, 
848 .na
849 \f2Entrust\fP @
850 .fi
851 http://www.entrust.com/, and so on. You can also run your own Certification Authority using products such as the Netscape/Microsoft Certificate Servers or the Entrust CA product for your organization.
852 .LP
853 .LP
854 Using \f3keytool\fP, it is possible to display, import, and export certificates. It is also possible to generate self\-signed certificates.
855 .LP
856 .LP
857 \f3keytool\fP currently handles X.509 certificates.
858 .LP
859 .RE
860 .TP 2
861 o
862 \f3X.509 Certificates\fP 
863 .RS 3
864 The X.509 standard defines what information can go into a certificate, and describes how to write it down (the data format). All the data in a certificate is encoded using two related standards called ASN.1/DER. \f2Abstract Syntax Notation 1\fP describes data. The \f2Definite Encoding Rules\fP describe a single way to store and transfer that data. 
865 .LP
866 All X.509 certificates have the following data, in addition to the signature:
867 .LP
868 .RS 3
869 .TP 3
870 Version 
871 This identifies which version of the X.509 standard applies to this certificate, which affects what information can be specified in it. Thus far, three versions are defined. \f3keytool\fP can import and export v1, v2, and v3 certificates. It generates v3 certificates. 
872 .LP
873 \f2X.509 Version 1\fP has been available since 1988, is widely deployed, and is the most generic. 
874 .LP
875 \f2X.509 Version 2\fP introduced the concept of subject and issuer unique identifiers to handle the possibility of reuse of subject and/or issuer names over time. Most certificate profile documents strongly recommend that names not be reused, and that certificates should not make use of unique identifiers. Version 2 certificates are not widely used. 
876 .LP
877 \f2X.509 Version 3\fP is the most recent (1996) and supports the notion of extensions, whereby anyone can define an extension and include it in the certificate. Some common extensions in use today are: \f2KeyUsage\fP (limits the use of the keys to particular purposes such as "signing\-only") and \f2AlternativeNames\fP (allows other identities to also be associated with this public key, e.g. DNS names, Email addresses, IP addresses). Extensions can be marked \f2critical\fP to indicate that the extension should be checked and enforced/used. For example, if a certificate has the KeyUsage extension marked critical and set to "keyCertSign" then if this certificate is presented during SSL communication, it should be rejected, as the certificate extension indicates that the associated private key should only be used for signing certificates and not for SSL use.  
878 .TP 3
879 Serial Number 
880 The entity that created the certificate is responsible for assigning it a serial number to distinguish it from other certificates it issues. This information is used in numerous ways, for example when a certificate is revoked its serial number is placed in a Certificate Revocation List (CRL). 
881 .TP 3
882 Signature Algorithm Identifier 
883 This identifies the algorithm used by the CA to sign the certificate. 
884 .TP 3
885 Issuer Name 
886 The X.500 Distinguished Name of the entity that signed the certificate. This is normally a CA. Using this certificate implies trusting the entity that signed this certificate. (Note that in some cases, such as \f2root or top\-level\fP CA certificates, the issuer signs its own certificate.) 
887 .TP 3
888 Validity Period 
889 Each certificate is valid only for a limited amount of time. This period is described by a start date and time and an end date and time, and can be as short as a few seconds or almost as long as a century. The validity period chosen depends on a number of factors, such as the strength of the private key used to sign the certificate or the amount one is willing to pay for a certificate. This is the expected period that entities can rely on the public value, if the associated private key has not been compromised. 
890 .TP 3
891 Subject Name 
892 The name of the entity whose public key the certificate identifies. This name uses the X.500 standard, so it is intended to be unique across the Internet. This is the X.500 Distinguished Name (DN) of the entity, for example, 
893 .nf
894 \f3
895 .fl
896     CN=Java Duke, OU=Java Software Division, O=Sun Microsystems Inc, C=US
897 .fl
898 \fP
899 .fi
900 (These refer to the subject's Common Name, Organizational Unit, Organization, and Country.) 
901 .TP 3
902 Subject Public Key Information 
903 This is the public key of the entity being named, together with an algorithm identifier which specifies which public key crypto system this key belongs to and any associated key parameters. 
904 .RE
905
906 .LP
907 .RE
908 .TP 2
909 o
910 \f3Certificate Chains\fP 
911 .RS 3
912 .LP
913 \f3keytool\fP can create and manage keystore "key" entries that each contain a private key and an associated certificate "chain". The first certificate in the chain contains the public key corresponding to the private key.
914 .LP
915 .LP
916 When keys are first generated (see the \-genkeypair command), the chain starts off containing a single element, a \f2self\-signed certificate\fP. A self\-signed certificate is one for which the issuer (signer) is the same as the subject (the entity whose public key is being authenticated by the certificate). Whenever the \f2\-genkeypair\fP command is called to generate a new public/private key pair, it also wraps the public key into a self\-signed certificate.
917 .LP
918 .LP
919 Later, after a Certificate Signing Request (CSR) has been generated (see the \-certreq command) and sent to a Certification Authority (CA), the response from the CA is imported (see \-importcert), and the self\-signed certificate is replaced by a chain of certificates. At the bottom of the chain is the certificate (reply) issued by the CA authenticating the subject's public key. The next certificate in the chain is one that authenticates the \f2CA\fP's public key.
920 .LP
921 .LP
922 In many cases, this is a self\-signed certificate (that is, a certificate from the CA authenticating its own public key) and the last certificate in the chain. In other cases, the CA may return a chain of certificates. In this case, the bottom certificate in the chain is the same (a certificate signed by the CA, authenticating the public key of the key entry), but the second certificate in the chain is a certificate signed by a \f2different\fP CA, authenticating the public key of the CA you sent the CSR to. Then, the next certificate in the chain will be a certificate authenticating the second CA's key, and so on, until a self\-signed "root" certificate is reached. Each certificate in the chain (after the first) thus authenticates the public key of the signer of the previous certificate in the chain.
923 .LP
924 .LP
925 Many CAs only return the issued certificate, with no supporting chain, especially when there is a flat hierarchy (no intermediates CAs). In this case, the certificate chain must be established from trusted certificate information already stored in the keystore.
926 .LP
927 .LP
928 A different reply format (defined by the PKCS#7 standard) also includes the supporting certificate chain, in addition to the issued certificate. Both reply formats can be handled by \f3keytool\fP.
929 .LP
930 .LP
931 The top\-level (root) CA certificate is self\-signed. However, the trust into the root's public key does not come from the root certificate itself (anybody could generate a self\-signed certificate with the distinguished name of say, the VeriSign root CA!), but from other sources like a newspaper. The root CA public key is widely known. The only reason it is stored in a certificate is because this is the format understood by most tools, so the certificate in this case is only used as a "vehicle" to transport the root CA's public key. Before you add the root CA certificate to your keystore, you should view it (using the \f2\-printcert\fP option) and compare the displayed fingerprint with the well\-known fingerprint (obtained from a newspaper, the root CA's webpage, etc.).
932 .LP
933 .RE
934 .TP 2
935 o
936 \f3The cacerts Certificates File\fP 
937 .RS 3
938 .LP
939 A certificates file named \f3"cacerts"\fP resides in the security properties directory, \f2java.home\fP/lib/security, where \f2java.home\fP is the runtime environment's directory (the \f2jre\fP directory in the SDK or the top\-level directory of the Java 2 Runtime Environment).
940 .LP
941 .LP
942 The "cacerts" file represents a system\-wide keystore with CA certificates. System administrators can configure and manage that file using \f3keytool\fP, specifying "jks" as the keystore type. The "cacerts" keystore file ships with several root CA certificates with the following aliases and X.500 owner distinguished names:
943 .LP
944 .RS 3
945 .TP 2
946 *
947 \f3Alias\fP: thawtepersonalfreemailca
948 .br
949 \f3Owner DN\fP: EmailAddress=personal\-freemail@thawte.com,
950 .br
951 CN=Thawte Personal Freemail CA,
952 .br
953 OU=Certification Services Division,
954 .br
955 O=Thawte Consulting, L=Cape Town, ST=Western Cape, C=ZA 
956 .TP 2
957 *
958 \f3Alias\fP: thawtepersonalbasicca
959 .br
960 \f3Owner DN\fP: EmailAddress=personal\-basic@thawte.com,
961 .br
962 CN=Thawte Personal Basic CA,
963 .br
964 OU=Certification Services Division,
965 .br
966 O=Thawte Consulting, L=Cape Town, ST=Western Cape, C=ZA 
967 .TP 2
968 *
969 \f3Alias\fP: thawtepersonalpremiumca
970 .br
971 \f3Owner DN\fP: EmailAddress=personal\-premium@thawte.com,
972 .br
973 CN=Thawte Personal Premium CA,
974 .br
975 OU=Certification Services Division,
976 .br
977 O=Thawte Consulting, L=Cape Town, ST=Western Cape, C=ZA 
978 .TP 2
979 *
980 \f3Alias\fP: thawteserverca
981 .br
982 \f3Owner DN\fP: EmailAddress=server\-certs@thawte.com,
983 .br
984 CN=Thawte Server CA, OU=Certification Services Division,
985 .br
986 O=Thawte Consulting cc, L=Cape Town, ST=Western Cape, C=ZA 
987 .TP 2
988 *
989 \f3Alias\fP: thawtepremiumserverca
990 .br
991 \f3Owner DN\fP: EmailAddress=premium\-server@thawte.com,
992 .br
993 CN=Thawte Premium Server CA,
994 .br
995 OU=Certification Services Division,
996 .br
997 O=Thawte Consulting cc, L=Cape Town, ST=Western Cape, C=ZA 
998 .TP 2
999 *
1000 \f3Alias\fP: verisignclass1ca
1001 .br
1002 \f3Owner DN\fP: OU=Class 1 Public Primary Certification Authority,
1003 .br
1004 O="VeriSign, Inc.", C=US 
1005 .TP 2
1006 *
1007 \f3Alias\fP: verisignclass2ca
1008 .br
1009 \f3Owner DN\fP: OU=Class 2 Public Primary Certification Authority,
1010 .br
1011 O="VeriSign, Inc.", C=US 
1012 .TP 2
1013 *
1014 \f3Alias\fP: verisignclass3ca
1015 .br
1016 \f3Owner DN\fP: OU=Class 3 Public Primary Certification Authority,
1017 .br
1018 O="VeriSign, Inc.", C=US 
1019 .TP 2
1020 *
1021 \f3Alias\fP: verisignserverca
1022 .br
1023 \f3Owner DN\fP: OU=Secure Server Certification Authority,
1024 .br
1025 O="RSA Data Security, Inc.", C=US 
1026 .TP 2
1027 *
1028 \f3Alias\fP: verisignclass1g2ca
1029 .br
1030 \f3Owner DN\fP: OU=VeriSign Trust Network,
1031 .br
1032 OU="(c) 1998 VeriSign, Inc. \- For authorized use only",
1033 .br
1034 OU=Class 1 Public Primary Certification Authority \- G2,
1035 .br
1036 O="VeriSign, Inc.", C=US 
1037 .TP 2
1038 *
1039 \f3Alias\fP: verisignclass1g3ca
1040 .br
1041 \f3Owner DN\fP: CN=VeriSign Class 1 Public Primary Certification Authority \- G3, OU="(c) 1999 VeriSign, Inc. \- For authorized use only",
1042 .br
1043 OU=VeriSign Trust Network,
1044 .br
1045 O="VeriSign, Inc.", C=US 
1046 .TP 2
1047 *
1048 \f3Alias\fP: verisignclass2g2ca
1049 .br
1050 \f3Owner DN\fP: OU=VeriSign Trust Network,
1051 .br
1052 OU="(c) 1998 VeriSign, Inc. \- For authorized use only",
1053 .br
1054 OU=Class 2 Public Primary Certification Authority \- G2,
1055 .br
1056 O="VeriSign, Inc.", C=US 
1057 .TP 2
1058 *
1059 \f3Alias\fP: verisignclass2g3ca
1060 .br
1061 \f3Owner DN\fP: CN=VeriSign Class 2 Public Primary Certification Authority \- G3,
1062 .br
1063 OU="(c) 1999 VeriSign, Inc. \- For authorized use only",
1064 .br
1065 OU=VeriSign Trust Network,
1066 .br
1067 O="VeriSign, Inc.", C=US 
1068 .TP 2
1069 *
1070 \f3Alias\fP: verisignclass3g2ca
1071 .br
1072 \f3Owner DN\fP: OU=VeriSign Trust Network,
1073 .br
1074 OU="(c) 1998 VeriSign, Inc. \- For authorized use only",
1075 .br
1076 OU=Class 3 Public Primary Certification Authority \- G2,
1077 .br
1078 O="VeriSign, Inc.", C=US 
1079 .TP 2
1080 *
1081 \f3Alias\fP: verisignclass3g3ca
1082 .br
1083 \f3Owner DN\fP: CN=VeriSign Class 3 Public Primary Certification Authority \- G3,
1084 .br
1085 OU="(c) 1999 VeriSign, Inc. \- For authorized use only",
1086 .br
1087 OU=VeriSign Trust Network,
1088 .br
1089 O="VeriSign, Inc.", C=US 
1090 .TP 2
1091 *
1092 \f3Alias\fP: baltimorecodesigningca
1093 .br
1094 \f3Owner DN\fP: CN=Baltimore CyberTrust Code Signing Root,
1095 .br
1096 OU=CyberTrust, O=Baltimore, C=IE 
1097 .TP 2
1098 *
1099 \f3Alias\fP: gtecybertrustglobalca
1100 .br
1101 \f3Owner DN\fP: CN=GTE CyberTrust Global Root,
1102 .br
1103 OU="GTE CyberTrust Solutions, Inc.", O=GTE Corporation, C=US 
1104 .TP 2
1105 *
1106 \f3Alias\fP: baltimorecybertrustca
1107 .br
1108 \f3Owner DN\fP: CN=Baltimore CyberTrust Root,
1109 .br
1110 OU=CyberTrust, O=Baltimore, C=IE 
1111 .TP 2
1112 *
1113 \f3Alias\fP: gtecybertrust5ca
1114 .br
1115 \f3Owner DN\fP: CN=GTE CyberTrust Root 5,
1116 .br
1117 OU="GTE CyberTrust Solutions, Inc.", O=GTE Corporation, C=US 
1118 .TP 2
1119 *
1120 \f3Alias\fP: entrustclientca
1121 .br
1122 \f3Owner DN\fP: CN=Entrust.net Client Certification Authority,
1123 .br
1124 OU=(c) 1999 Entrust.net Limited,
1125 .br
1126 OU=www.entrust.net/Client_CA_Info/CPS incorp. by ref. limits liab.,
1127 .br
1128 O=Entrust.net, C=US 
1129 .TP 2
1130 *
1131 \f3Alias\fP: entrustglobalclientca
1132 .br
1133 \f3Owner DN\fP: CN=Entrust.net Client Certification Authority,
1134 .br
1135 OU=(c) 2000 Entrust.net Limited,
1136 .br
1137 OU=www.entrust.net/GCCA_CPS incorp. by ref. (limits liab.),
1138 .br
1139 O=Entrust.net 
1140 .TP 2
1141 *
1142 \f3Alias\fP: entrust2048ca
1143 .br
1144 \f3Owner DN\fP: CN=Entrust.net Certification Authority (2048),
1145 .br
1146 OU=(c) 1999 Entrust.net Limited,
1147 .br
1148 OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.),
1149 .br
1150 O=Entrust.net 
1151 .TP 2
1152 *
1153 \f3Alias\fP: entrustsslca
1154 .br
1155 \f3Owner DN\fP: CN=Entrust.net Secure Server Certification Authority,
1156 .br
1157 OU=(c) 1999 Entrust.net Limited,
1158 .br
1159 OU=www.entrust.net/CPS incorp. by ref. (limits liab.),
1160 .br
1161 O=Entrust.net, C=US 
1162 .TP 2
1163 *
1164 \f3Alias\fP: entrustgsslca
1165 .br
1166 \f3Owner DN\fP: CN=Entrust.net Secure Server Certification Authority,
1167 .br
1168 OU=(c) 2000 Entrust.net Limited,
1169 .br
1170 OU=www.entrust.net/SSL_CPS incorp. by ref. (limits liab.),
1171 .br
1172 O=Entrust.net 
1173 .TP 2
1174 *
1175 \f3Alias\fP: godaddyclass2ca
1176 .br
1177 \f3Owner DN\fP: OU=Go Daddy Class 2 Certification Authority,
1178 .br
1179 O="The Go Daddy Group, Inc.", C=US 
1180 .TP 2
1181 *
1182 \f3Alias\fP: starfieldclass2ca
1183 .br
1184 \f3Owner DN\fP: OU=Starfield Class 2 Certification Authority,
1185 .br
1186 O="Starfield Technologies, Inc.", C=US 
1187 .TP 2
1188 *
1189 \f3Alias\fP: valicertclass2ca
1190 .br
1191 \f3Owner DN\fP: EMAILADDRESS=info@valicert.com,
1192 .br
1193 CN=http://www.valicert.com/,
1194 .br
1195 OU=ValiCert Class 2 Policy Validation Authority,
1196 .br
1197 O="ValiCert, Inc.", L=ValiCert Validation Network 
1198 .TP 2
1199 *
1200 \f3Alias\fP: geotrustglobalca
1201 .br
1202 \f3Owner DN\fP: CN=GeoTrust Global CA,
1203 .br
1204 O=GeoTrust Inc., C=US 
1205 .TP 2
1206 *
1207 \f3Alias\fP: equifaxsecureca
1208 .br
1209 \f3Owner DN\fP: OU=Equifax Secure Certificate Authority,
1210 .br
1211 O=Equifax, C=US 
1212 .TP 2
1213 *
1214 \f3Alias\fP: equifaxsecureebusinessca1
1215 .br
1216 \f3Owner DN\fP: CN=Equifax Secure eBusiness CA\-1,
1217 .br
1218 O=Equifax Secure Inc., C=US 
1219 .TP 2
1220 *
1221 \f3Alias\fP: equifaxsecureebusinessca2
1222 .br
1223 \f3Owner DN\fP: OU=Equifax Secure eBusiness CA\-2,
1224 .br
1225 O=Equifax Secure, C=US 
1226 .TP 2
1227 *
1228 \f3Alias\fP: equifaxsecureglobalebusinessca1
1229 .br
1230 \f3Owner DN\fP: CN=Equifax Secure Global eBusiness CA\-1,
1231 .br
1232 O=Equifax Secure Inc., C=US 
1233 .TP 2
1234 *
1235 \f3Alias\fP: soneraclass1ca
1236 .br
1237 \f3Owner DN\fP: CN=Sonera Class1 CA, O=Sonera, C=FI 
1238 .TP 2
1239 *
1240 \f3Alias\fP: soneraclass2ca
1241 .br
1242 \f3Owner DN\fP: CN=Sonera Class2 CA, O=Sonera, C=FI 
1243 .TP 2
1244 *
1245 \f3Alias\fP: comodoaaaca
1246 .br
1247 \f3Owner DN\fP: CN=AAA Certificate Services,
1248 .br
1249 O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB 
1250 .TP 2
1251 *
1252 \f3Alias\fP: addtrustclass1ca
1253 .br
1254 \f3Owner DN\fP: CN=AddTrust Class 1 CA Root,
1255 .br
1256 OU=AddTrust TTP Network, O=AddTrust AB, C=SE 
1257 .TP 2
1258 *
1259 \f3Alias\fP: addtrustexternalca
1260 .br
1261 \f3Owner DN\fP: CN=AddTrust External CA Root,
1262 .br
1263 OU=AddTrust External TTP Network, O=AddTrust AB, C=SE 
1264 .TP 2
1265 *
1266 \f3Alias\fP: addtrustqualifiedca
1267 .br
1268 \f3Owner DN\fP: CN=AddTrust Qualified CA Root,
1269 .br
1270 OU=AddTrust TTP Network, O=AddTrust AB, C=SE 
1271 .TP 2
1272 *
1273 \f3Alias\fP: utnuserfirsthardwareca
1274 .br
1275 \f3Owner DN\fP: CN=UTN\-USERFirst\-Hardware,
1276 .br
1277 OU=http://www.usertrust.com, O=The USERTRUST Network,
1278 .br
1279 L=Salt Lake City, ST=UT, C=US 
1280 .TP 2
1281 *
1282 \f3Alias\fP: utnuserfirstclientauthemailca
1283 .br
1284 \f3Owner DN\fP: CN=UTN\-USERFirst\-Client Authentication and Email,
1285 .br
1286 OU=http://www.usertrust.com, O=The USERTRUST Network,
1287 .br
1288 L=Salt Lake City, ST=UT, C=US 
1289 .TP 2
1290 *
1291 \f3Alias\fP: utndatacorpsgcca
1292 .br
1293 \f3Owner DN\fP: CN=UTN \- DATACorp SGC,
1294 .br
1295 OU=http://www.usertrust.com, O=The USERTRUST Network,
1296 .br
1297 L=Salt Lake City, ST=UT, C=US 
1298 .TP 2
1299 *
1300 \f3Alias\fP: utnuserfirstobjectca
1301 .br
1302 \f3Owner DN\fP: CN=UTN\-USERFirst\-Object,
1303 .br
1304 OU=http://www.usertrust.com, O=The USERTRUST Network,
1305 .br
1306 L=Salt Lake City, ST=UT, C=US 
1307 .RE
1308
1309 .LP
1310 .LP
1311 The initial password of the "cacerts" keystore file is "changeit". System administrators should change that password and the default access permission of that file upon installing the SDK.
1312 .LP
1313 .RS 3
1314
1315 .LP
1316
1317 .LP
1318 \f3IMPORTANT: Verify Your \fP\f4cacerts\fP\f3 File\fP
1319 .br
1320
1321 .LP
1322 Since you trust the CAs in the \f2cacerts\fP file as entities for signing and issuing certificates to other entities, you must manage the \f2cacerts\fP file carefully. The \f2cacerts\fP file should contain only certificates of the CAs you trust. It is your responsibility to verify the trusted root CA certificates bundled in the \f2cacerts\fP file and make your own trust decisions. To remove an untrusted CA certificate from the \f2cacerts\fP file, use the delete option of the \f2keytool\fP command. You can find the \f2cacerts\fP file in the JRE installation directory. Contact your system administrator if you do not have permission to edit this file.
1323 .br
1324
1325 .LP
1326 .RE
1327
1328 .LP
1329 .RE
1330 .TP 2
1331 o
1332 \f3The Internet RFC 1421 Certificate Encoding Standard\fP 
1333 .RS 3
1334 .LP
1335 Certificates are often stored using the printable encoding format defined by the Internet RFC 1421 standard, instead of their binary encoding. This certificate format, also known as "Base 64 encoding", facilitates exporting certificates to other applications by email or through some other mechanism.
1336 .LP
1337 .LP
1338 Certificates read by the \f2\-importcert\fP and \f2\-printcert\fP commands can be in either this format or binary encoded.
1339 .LP
1340 .LP
1341 The \f2\-exportcert\fP command by default outputs a certificate in binary encoding, but will instead output a certificate in the printable encoding format, if the \f2\-rfc\fP option is specified.
1342 .LP
1343 .LP
1344 The \f2\-list\fP command by default prints the MD5 fingerprint of a certificate. If the \f2\-v\fP option is specified, the certificate is printed in human\-readable format, while if the \f2\-rfc\fP option is specified, the certificate is output in the printable encoding format.
1345 .LP
1346 .LP
1347 In its printable encoding format, the encoded certificate is bounded at the beginning by
1348 .LP
1349 .nf
1350 \f3
1351 .fl
1352 \-\-\-\-\-BEGIN CERTIFICATE\-\-\-\-\-
1353 .fl
1354 \fP
1355 .fi
1356
1357 .LP
1358 .LP
1359 and at the end by
1360 .LP
1361 .nf
1362 \f3
1363 .fl
1364 \-\-\-\-\-END CERTIFICATE\-\-\-\-\-
1365 .fl
1366 \fP
1367 .fi
1368 .RE
1369 .RE
1370
1371 .LP
1372 .SS 
1373 X.500 Distinguished Names
1374 .LP
1375 .RS 3
1376
1377 .LP
1378 X.500 Distinguished Names are used to identify entities, such as those which are named by the \f2subject\fP and \f2issuer\fP (signer) fields of X.509 certificates. \f3keytool\fP supports the following subparts: 
1379 .RS 3
1380 .TP 2
1381 o
1382 \f2commonName\fP \- common name of a person, e.g., "Susan Jones" 
1383 .TP 2
1384 o
1385 \f2organizationUnit\fP \- small organization (e.g, department or division) name, e.g., "Purchasing" 
1386 .TP 2
1387 o
1388 \f2organizationName\fP \- large organization name, e.g., "ABCSystems, Inc." 
1389 .TP 2
1390 o
1391 \f2localityName\fP \- locality (city) name, e.g., "Palo Alto" 
1392 .TP 2
1393 o
1394 \f2stateName\fP \- state or province name, e.g., "California" 
1395 .TP 2
1396 o
1397 \f2country\fP \- two\-letter country code, e.g., "CH" 
1398 .RE
1399
1400 .LP
1401 .LP
1402 When supplying a distinguished name string as the value of a \f2\-dname\fP option, as for the \f2\-genkeypair\fP  command, the string must be in the following format:
1403 .LP
1404 .nf
1405 \f3
1406 .fl
1407 CN=\fP\f4cName\fP\f3, OU=\fP\f4orgUnit\fP\f3, O=\fP\f4org\fP\f3, L=\fP\f4city\fP\f3, S=\fP\f4state\fP\f3, C=\fP\f4countryCode\fP\f3
1408 .fl
1409 \fP
1410 .fi
1411
1412 .LP
1413 .LP
1414 where all the italicized items represent actual values and the above keywords are abbreviations for the following:
1415 .LP
1416 .nf
1417 \f3
1418 .fl
1419        CN=commonName
1420 .fl
1421         OU=organizationUnit
1422 .fl
1423         O=organizationName
1424 .fl
1425         L=localityName
1426 .fl
1427         S=stateName
1428 .fl
1429         C=country
1430 .fl
1431 \fP
1432 .fi
1433
1434 .LP
1435 .LP
1436 A sample distinguished name string is
1437 .LP
1438 .nf
1439 \f3
1440 .fl
1441 CN=Mark Smith, OU=JavaSoft, O=Sun, L=Cupertino, S=California, C=US
1442 .fl
1443 \fP
1444 .fi
1445
1446 .LP
1447 and a sample command using such a string is 
1448 .nf
1449 \f3
1450 .fl
1451 keytool \-genkeypair \-dname "CN=Mark Smith, OU=JavaSoft, O=Sun, L=Cupertino,
1452 .fl
1453 S=California, C=US" \-alias mark
1454 .fl
1455 \fP
1456 .fi
1457
1458 .LP
1459 .LP
1460 Case does not matter for the keyword abbreviations. For example, "CN", "cn", and "Cn" are all treated the same.
1461 .LP
1462 .LP
1463 Order matters; each subcomponent must appear in the designated order. However, it is not necessary to have all the subcomponents. You may use a subset, for example:
1464 .LP
1465 .nf
1466 \f3
1467 .fl
1468 CN=Steve Meier, OU=SunSoft, O=Sun, C=US
1469 .fl
1470 \fP
1471 .fi
1472
1473 .LP
1474 .LP
1475 If a distinguished name string value contains a comma, the comma must be escaped by a "\\" character when you specify the string on a command line, as in
1476 .LP
1477 .nf
1478 \f3
1479 .fl
1480    cn=peter schuster, o=Sun Microsystems\\, Inc., o=sun, c=us
1481 .fl
1482 \fP
1483 .fi
1484
1485 .LP
1486 .LP
1487 It is never necessary to specify a distinguished name string on a command line. If it is needed for a command, but not supplied on the command line, the user is prompted for each of the subcomponents. In this case, a comma does not need to be escaped by a "\\".
1488 .LP
1489 .RE
1490 .SS 
1491 WARNING Regarding Importing Trusted Certificates
1492 .LP
1493 .RS 3
1494
1495 .LP
1496 IMPORTANT: Be sure to check a certificate very carefully before importing it as a trusted certificate! 
1497 .LP
1498 View it first (using the \f2\-printcert\fP command, or the \f2\-importcert\fP command without the \f2\-noprompt\fP option), and make sure that the displayed certificate fingerprint(s) match the expected ones. For example, suppose someone sends or emails you a certificate, and you put it in a file named \f2/tmp/cert\fP. Before you consider adding the certificate to your list of trusted certificates, you can execute a \f2\-printcert\fP command to view its fingerprints, as in
1499 .LP
1500 .nf
1501 \f3
1502 .fl
1503   keytool \-printcert \-file /tmp/cert
1504 .fl
1505     Owner: CN=ll, OU=ll, O=ll, L=ll, S=ll, C=ll
1506 .fl
1507     Issuer: CN=ll, OU=ll, O=ll, L=ll, S=ll, C=ll
1508 .fl
1509     Serial Number: 59092b34
1510 .fl
1511     Valid from: Thu Sep 25 18:01:13 PDT 1997 until: Wed Dec 24 17:01:13 PST 1997
1512 .fl
1513     Certificate Fingerprints:
1514 .fl
1515          MD5:  11:81:AD:92:C8:E5:0E:A2:01:2E:D4:7A:D7:5F:07:6F
1516 .fl
1517          SHA1: 20:B6:17:FA:EF:E5:55:8A:D0:71:1F:E8:D6:9D:C0:37:13:0E:5E:FE
1518 .fl
1519 \fP
1520 .fi
1521
1522 .LP
1523 Then call or otherwise contact the person who sent the certificate, and compare the fingerprint(s) that you see with the ones that they show. Only if the fingerprints are equal is it guaranteed that the certificate has not been replaced in transit with somebody else's (for example, an attacker's) certificate. If such an attack took place, and you did not check the certificate before you imported it, you would end up trusting anything the attacker has signed (for example, a JAR file with malicious class files inside). 
1524 .LP
1525 Note: it is not required that you execute a \f2\-printcert\fP command prior to importing a certificate, since before adding a certificate to the list of trusted certificates in the keystore, the \f2\-importcert\fP command prints out the certificate information and prompts you to verify it. You then have the option of aborting the import operation. Note, however, this is only the case if you invoke the \f2\-importcert\fP command without the \f2\-noprompt\fP option. If the \f2\-noprompt\fP option is given, there is no interaction with the user.
1526 .LP
1527 .RE
1528 .SS 
1529 Warning Regarding Passwords
1530 .LP
1531 .RS 3
1532
1533 .LP
1534 .LP
1535 Most commands operating on a keystore require the store password. Some commands require a private/secret key password.
1536 .LP
1537 .LP
1538 Passwords can be specified on the command line (in the \f2\-storepass\fP and \f2\-keypass\fP options, respectively). However, a password should not be specified on a command line or in a script unless it is for testing purposes, or you are on a secure system.
1539 .LP
1540 .LP
1541 If you don't specify a required password option on a command line, you will be prompted for it.
1542 .LP
1543 .RE
1544 .SH "SEE ALSO"
1545 .LP
1546
1547 .LP
1548 .RS 3
1549 .TP 2
1550 o
1551 .LP
1552 jar(1) tool documentation  
1553 .TP 2
1554 o
1555 .LP
1556 jarsigner(1) tool documentation  
1557 .TP 2
1558 o
1559 .LP
1560 the 
1561 .na
1562 \f4Security\fP @
1563 .fi
1564 http://java.sun.com/docs/books/tutorial/security/index.html trail of the 
1565 .na
1566 \f4Java Tutorial\fP @
1567 .fi
1568 http://java.sun.com/docs/books/tutorial for examples of the use of \f3keytool\fP  
1569 .RE
1570
1571 .LP
1572 .SH "CHANGES"
1573 .LP
1574
1575 .LP
1576 .LP
1577 The command interface for keytool changed in Java SE 6.
1578 .LP
1579 .LP
1580 \f3keytool\fP no longer displays password input when entered by users. Since password input can no longer be viewed when entered, users will be prompted to re\-enter passwords any time a password is being set or changed (for example, when setting the initial keystore password, or when changing a key password).
1581 .LP
1582 .LP
1583 Some commands have simply been renamed, and other commands deemed obsolete are no longer listed in this document. All previous commands (both renamed and obsolete) are still supported in this release and will continue to be supported in future releases. The following summarizes all of the changes made to the keytool command interface:
1584 .LP
1585 .LP
1586 Renamed commands:
1587 .LP
1588 .RS 3
1589 .TP 2
1590 o
1591 \f2\-export\fP, renamed to \f2\-exportcert\fP 
1592 .TP 2
1593 o
1594 \f2\-genkey\fP, renamed to \f2\-genkeypair\fP 
1595 .TP 2
1596 o
1597 \f2\-import\fP, renamed to \f2\-importcert\fP 
1598 .RE
1599
1600 .LP
1601 .LP
1602 Commands deemed obsolete and no longer documented:
1603 .LP
1604 .RS 3
1605 .TP 2
1606 o
1607 .na
1608 \f2\-keyclone\fP @
1609 .fi
1610 http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/keytool.html#keycloneCmd 
1611 .TP 2
1612 o
1613 .na
1614 \f2\-identitydb\fP @
1615 .fi
1616 http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/keytool.html#identitydbCmd 
1617 .TP 2
1618 o
1619 .na
1620 \f2\-selfcert\fP @
1621 .fi
1622 http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/keytool.html#selfcertCmd 
1623 .RE
1624
1625 .LP
1626