Created
May 2, 2011 11:13
-
-
Save zygm0nt/951459 to your computer and use it in GitHub Desktop.
creating java keystore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| java InstallCert abc.host.pl keystore_pass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| keytool -genkey -alias alias -keyalg RSA -keysize 1024 -dname "CN=Marcin Cylke, OU=Java Security, O=ABC, c=PL" -keypass secret_pass -storepass secret_pass -KeyStore /tmp/new |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| keytool -list -v -KeyStore keystore.jks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment