keystore password
Mentor_Mobile
PRO Posts: 19
I typed "keytool -genkey -v -keystore mentorcommunications.keystore
-alias box -keyalg RSA -keysize 2048 -validity 10000" at the terminal, and I expected keystore password but I saw "keystore ??ȣ?? ?Է??Ͻʽÿ?:" What shall I do?
-alias box -keyalg RSA -keysize 2048 -validity 10000" at the terminal, and I expected keystore password but I saw "keystore ??ȣ?? ?Է??Ͻʽÿ?:" What shall I do?
Comments
make sure your keyboard and os is set to english (us) and that you have the full android SDK installed.
maybe post a screenshot of what you are seeing?
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
help meㅠㅠ
command+v
----------------------------------------------------------------------
3:~ macpro$ keytool -genkey -v -keystore mentorcommunications.keystore -alias box -keyalg RSA -keysize 2048 -validity 10000
keystore ??ȣ?? ?Է??Ͻʽÿ?:
?̸??? ???? ?Է??Ͻʽÿ?.
[Unknown]: Young Yu
???? ???? ?̸??? ?Է??Ͻʽÿ?.
[Unknown]: Web Programming
???? ?̸??? ?Է??Ͻʽÿ?.
[Unknown]: Mentor Communications
??/??/?? ?̸??? ?Է??Ͻʽÿ??
[Unknown]: Seoul
??/?? ?̸??? ?Է??Ͻʽÿ?.
[Unknown]: South Korea
?? ?????? ?? ?ڸ? ???? ?ڵ带 ?Է??Ͻʽÿ?.
[Unknown]: KO
CN=Young Yu, OU=Web Programming, O=Mentor Communications, L=Seoul, ST=South Korea, C=KO??(??) ?½??ϱ??
[?ƴϿ?]: y
?????? ???? ??ȿ ?Ⱓ?? 10,000???? 2,048??Ʈ RSA Ű ?? ?? ??ü ?????? ??????(SHA1withRSA) ???? ??
: CN=Young Yu, OU=Web Programming, O=Mentor Communications, L=Seoul, ST=South Korea, C=KO
?? ???? Ű ??ȣ?? ?Է??Ͻʽÿ?.
(keystore ??ȣ?? ???? ??? Enter?? ?????ʽÿ?):
?? ??ȣ?? ?ٽ? ?Է??Ͻʽÿ?:
[mentorcommunications.keystore ???? ??]
3:~ macpro$
----------------------------------------------------------------------
help meㅠㅠ
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
I would have to think there is something going on with your keyboard setting too....
http://www.wikihow.com/Change-the-Keyboard-Language-of-a-Mac
Firstly, access the Apple menu by single-clicking on the Apple logo in the top left hand corner of the screen. The menu will appear.
2.Move your mouse down and click "System Preferences". Doing this will open the System Preferences application.
3.On the top row of the System Preferences window you will see a flag with "International" written beneath it. Click on this.
4.You will now see a long list of languages. Ignore these, and click on "Input Menu", on the top right.
5.This is the keyboard layout window. Scroll down using the bar on the right, and when you have found your desired language, click on the check box on the left to activate it.
The result is the same.
Is not because of the language...?
at the terminal, and I saw "keystore ??ȣ?? ?Է??Ͻʽÿ?:"
I typed my keystore password and entered and I found
"keytool ????: java.lang.Exception: Ű ???? ???????? ?ʾҰ? ??Ī?? ?̹? ?ֽ??ϴ?.
java.lang.Exception: Ű ???? ???????? ?ʾҰ? ??Ī?? ?̹? ?ֽ??ϴ?.
at sun.security.tools.KeyTool.doGenKeyPair(KeyTool.java:1129)
at sun.security.tools.KeyTool.doCommands(KeyTool.java:786)
at sun.security.tools.KeyTool.run(KeyTool.java:172)
at sun.security.tools.KeyTool.main(KeyTool.java:166)" what shall I do next?
Keytool -genkey -v -keystore yourcompanyname.keystore -alias yourcompanyname -keyalg RSA -keysize 2048 -validity 100000
Companynames should match plus don't use special characters like underscore.
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
Keytool -genkey -v -keystore yourcompanyname.keystore -alias yourcompanyname -keyalg RSA -keysize 2048 -validity 100000
Note: Don't make mulipule threads we can see all the topics at once so making two threads is pointless be patient for someone to answer please.
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
I'll Check again on Monday and leave the command
Please Wait