Created
January 17, 2021 07:43
-
-
Save omidp/7af5aa9d341d05ac8495126e9d5d5ac8 to your computer and use it in GitHub Desktop.
generate csr
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 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