Spelling
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1621235 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
208aa059de
commit
4ee8c3e011
|
@ -111,13 +111,13 @@ import org.apache.http.util.TextUtils;
|
|||
* </li>
|
||||
* <li>
|
||||
* <p>
|
||||
* Import the PKCS#7 file containg the complete certificate chain
|
||||
* Import the PKCS#7 file containing the complete certificate chain
|
||||
* </p>
|
||||
* <pre>keytool -import -alias "my client key" -file mycert.p7 -keystore my.keystore</pre>
|
||||
* </li>
|
||||
* <li>
|
||||
* <p>
|
||||
* Verify the content the resultant keystore file
|
||||
* Verify the content of the resultant keystore file
|
||||
* </p>
|
||||
* <pre>keytool -list -v -keystore my.keystore</pre>
|
||||
* </li>
|
||||
|
|
Loading…
Reference in New Issue