English 中文(简体)
为什么我拿到SDK Debug证书的我的MD5 F?
原标题:Why can t I get a my MD5 Fingerprint of the SDK Debug Certificate?
  • 时间:2012-01-12 16:46:07
  •  标签:
  • keytool

我迅速进入以下指挥机构:

keytool -list -alias androiddebugkey -keystore keytool -list -alias androiddebugkey -keystore C:Userskmmr12.androiddebug.keystore -storepass android -keypass android -storepass android -keypass android

当我报到时:

- 骑自行车不被视为内部或外部指挥、可溶解方案或批号。

为什么如此?

问题回答

奥基,我认为你正在利用窗户,因此,你会得到信息。

  1. You should first go find your keytool (usually located at C:Program Files (x86)Javajre7in)
  2. Then add it to your windows path by going to System>Advanced System Settings>Environmental Variables. When you go there find the Path from the system variable lists, double click on it, add a ; to the end of it and paste the location of your keytool folder.
  3. Now you should be able to use the command keytool in windows!




相关问题
I can’t find the Android keytool

I am trying to follow the Android mapping tutorial and got to this part where I had to get an API key. I have found my debug.keystore but there does not appear to be a keytool application in the ...

using OpenSSL to create .pfx file

I ve been offered some commands to create a .pfx file using OpenSSL. For the most part, my partner gathered this information from: Is it possible to convert an SSL certificate from a .key file to a ....

Digital self-signed certification update expiry date

I have a self-signed digital certificate created using java keytool command. Can I update only the expiry date of the keystore file, without creating new keystore? Any help?

Renew certificate with Java Keytool - reuse old CSR?

I have an SSL certificate in a Java keystore. It s going to expire in a week or so and I need to renew it. Can I reuse the previous CSR (which the CA still have) and then import the certificate ...

Import client self signed cert into java keystore

See also: Can a Java key store import a key pair generated by OpenSSL? I am provided with the following files to authenticate against a thrift endpoint: cacert.pem local.crt local.key I am having ...

SSL Certificate without host name in it

I have implemented a web service with server and client authentication using keytool. The problem is that this authentication doesn t work if I don t include the name of the host in it. For example: ...

热门标签