git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1621235 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2014-08-29 00:22:04 +00:00
parent 208aa059de
commit 4ee8c3e011
1 changed files with 2 additions and 2 deletions

View File

@ -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>