【问题标题】:Android Key Store - Name of Organizational UnitAndroid 密钥库 - 组织单位的名称
【发布时间】:2015-09-30 05:50:22
【问题描述】:

我使用 PhoneGap 构建了一个不错的 Android 应用程序。

但现在我无法将其上传到 google playstore 以解决签名问题。

在玩过 Google 之后,我找到了一种使用 keystore 工具对其进行签名的方法。

一切都很好。

但它要求组织单位的名称

现在是什么?我在哪里可以找到它?有什么必要?

没有它我无法继续。

谢谢。

【问题讨论】:

    标签: java android phonegap-build keystore android-keystore


    【解决方案1】:

    这是您所在公司部门的名称,如果您在其中工作的话。例如,请参阅here

    我通常把 IT 放在那个领域。

    【讨论】:

    • 是的,我明白了。我认为它是任何单位例如:UPM、FGD 等。谢谢。
    • 我构建了一个应用程序没有填充它,我应该填充它并重新构建它吗?还是没有它也能工作?
    【解决方案2】:

    Keystore Manager 是一个窗口,可让您创建、配置或加载 Android keystores 和钥匙。有关详细信息,请参阅 Android 的 Keys, Certificates and Keystores 文档。

    密钥库管理器窗口

    组织单位:输入您的组织单位。组织单位是组织内的不同部门。这适用于具有多个部门的公司,例如“工程”或“开发”。例如,例如“开发”或“Android 开发团队”。

    组织:输入管理您的应用程序的组织。 例如:您的公司名称

    完整示例

    Enter keystore password:  
    Re-enter new password: 
    What is your first and last name?
      [Unknown]:  YourFirstName YourLastName
    What is the name of your organizational unit?
      [Unknown]:  Indie      
    What is the name of your organization?
      [Unknown]:  Your Company Name
    What is the name of your City or Locality?
      [Unknown]:  YourCity
    What is the name of your State or Province?
      [Unknown]:  ST
    What is the two-letter country code for this unit?
      [Unknown]:  US
    Is CN=YourFirstName YourLastName, OU=Indie, O=Your Company Name, L=YourCity, ST=ST, C=US correct?
      [no]:  yes
    Generating 1,024 bit RSA key pair and self-signed certificate (SHA1withRSA) with a validity of 999,999 days
        for: CN=YourFirstName YourLastName, OU=Indie, O=Your Company Name, L=YourCity, ST=ST, C=US
    Enter key password for 
        (RETURN if same as keystore password):  
    Re-enter new password: 
    [Storing swapit.keystore]
    

    欲了解更多信息,请参阅https://docs.unity3d.com/2020.1/Documentation/Manual/android-keystore-manager.html

    【讨论】:

      【解决方案3】:

      组织单位名称指的是贵公司部门

      如果您在 IT 软件部门工作,则只需在此字段中填写 IT 软件

      【讨论】:

        猜你喜欢
        • 2020-08-27
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2015-05-19
        • 1970-01-01
        • 1970-01-01
        • 2016-07-13
        相关资源
        最近更新 更多