Created
February 10, 2015 04:03
-
-
Save javaeeeee/f0cbfc4b9dfafd6b3d73 to your computer and use it in GitHub Desktop.
Create keystore using Java 8 keytool
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 -genkeypair | |
| -keyalg RSA | |
| -dname "CN=localhost" | |
| -keystore dwstart.keystore | |
| -keypass crimson | |
| -storepass crimson |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment