google play - What should I use for "Distinguished Name" in our Keystore for the Android Market -


I'm about to release an application in the Android Market. I have to generate an important stove to sign my application. A few parts are supported on the docs to put on the -dname param.

Here's the line I am using:

  keytool -genkey -v -alias Release - Kind RSA - Case 2048-Dnem "CN = mydomain.com "-Cistore my.keystore -validity 10000  

What is required in this -dname (specific name) field? I came to know that I can include the CN field, are there other fields which I should keep before app accepting the app in the market?

Updated

I have come to know that I can check another APK:

P> Certs nameof.apk

Here are some examples:

  • to X.509, CN = SlideME, OU = SlideME, O = SlideME, L = Seattle, ST = WA, C = US
  • Opera Mini X.509, CN = Unknown, OU = Exclusive, O = Opera Software ASA, L = Oslo, ST is another random app, X.509, CN = Romeo Ordos, O = GHR Corp, L = Donetsk, C = UA = unknown, c = no

You should use a specific name related to your company. Here is a list of the types of components that you can use:

As far as I know, you have a full specific name < / Em> You can separate each component by a comma, for example, in your case, you can use it: CN = christophercotton.com, L = Franklin .


Comments