Skip to content

Instantly share code, notes, and snippets.

@aonurdemir
Created August 22, 2019 11:56
Show Gist options
  • Save aonurdemir/a57c346f4b5dd20c54c2383cdb8f9d6a to your computer and use it in GitHub Desktop.
Save aonurdemir/a57c346f4b5dd20c54c2383cdb8f9d6a to your computer and use it in GitHub Desktop.
Create SSL Certificate
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