adobe air中的证书解码错误

时间:2012-12-07 03:25:00

标签: php html air adobe

我尝试了很多google但没有答案。 我在adobe air中创建了一个应用程序,现在想要打包它。 使用以下命令创建自签名证书时出错 这是一种格式:

adt -certificate -cn name [-ou org_unit][-o org_name][-c country] key_type pfx_file password

我试过这个例子......

  1. adt -certificate -cn Selfsigned -ou OE -o "Example, co" 1024-RSA SigningCert.p12 39#wnetx3tl
  2. adt -certificate -cn ADigitalID 1024-RSA SigningCert.p12 39#wnetx3tl
  3. 都返回“证书解码错误”

    有没有人能解决这个问题?

1 个答案:

答案 0 :(得分:0)

我刚遇到此错误,我直觉通过切换到2048-RSA密钥类型克服了这个错误。

adt -certificate -cn HelloWorld 2048-RSA certficate.pfx password