What should I use for “Distinguished Name” in our Keystore for the Android Market

后端 未结 2 737
自闭症患者
自闭症患者 2021-02-04 13:58

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 f

相关标签:
2条回答
  • 2021-02-04 14:44

    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.

    0 讨论(0)
  • 2021-02-04 14:53

    As far as I know, those information are not used/display by Google Play.

    0 讨论(0)
提交回复
热议问题