1

我尝试了很多谷歌搜索但没有答案。我在 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

两者都返回“证书解码错误”

有人有解决这个问题的方法吗???

4

1 回答 1

1

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

adt -certificate -cn HelloWorld 2048-RSA certficate.pfx password
于 2018-08-27T12:00:44.743 回答