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 need to generate a keystore to sign my application. The docs are a little spares on what I'm support to put into for th
Solution 1:
You should use the distinguished name that corresponds to your company. Here is a list of the types of components that you can use:
As far as I know, you can use a complete Distinguised Name separating each component by a comma. For instance, in your case you could use: CN=christophercotton.com,L=Franklin
.
Solution 2:
As far as I know, those information are not used/display by Google Play.
Post a Comment for "What Should I Use For "distinguished Name" In Our Keystore For The Android Market"