using keytool to import a certificate into a keystore : Keytool « Security « Java
- Java
- Security
- Keytool
using keytool to import a certificate into a keystore
keytool -storepass my-keystore-password -alias myalias -import -file infilename.cer
Related examples in the same category