# 1. Keytool Path
# For Ubuntu
$ cd /usr/lib/jvm/java-1.8.0-openjdk-amd64/bin
# For Mac
$ cd /Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/bin
# 2. Generate Key
$ sudo keytool -genkey -v -keystore ${키이름}.keystore -alias ${키이름alias} -keyalg RSA -keysize 2048 -validity 10000
Last active
April 17, 2017 09:13
-
-
Save philographer/e9995f14a70d2623bdaa5a2ff071378e to your computer and use it in GitHub Desktop.
Ubuntu Android Keytool Setting
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
이미 있는 keystore 파일 import
첫번째 시도할 방법
두번째 방법