Created
August 22, 2019 11:56
-
-
Save aonurdemir/a57c346f4b5dd20c54c2383cdb8f9d6a to your computer and use it in GitHub Desktop.
Create SSL Certificate
This file contains 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
cd JAVA-HOME/bin | |
keytool -genkey -alias <alias> -keyalg RSA -keystore <path/key-store> -storepass <password> | |
keytool -importkeystore -srckeystore <path/key-store> -destkeystore <path/key-store> -deststoretype pkcs12 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment