Skip to content

Instantly share code, notes, and snippets.

@omidp
Created January 17, 2021 07:43
Show Gist options
  • Save omidp/7af5aa9d341d05ac8495126e9d5d5ac8 to your computer and use it in GitHub Desktop.
Save omidp/7af5aa9d341d05ac8495126e9d5d5ac8 to your computer and use it in GitHub Desktop.
generate csr
keytool -genkey -alias server -keyalg RSA -keysize 2048 -keystore yourdomain.jks
keytool -certreq -alias server -keyalg RSA -file yourdomain.csr -keystore yourdomain.jks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment