我尝试了很多google但没有答案。 我在adobe air中创建了一个应用程序,现在想要打包它。 使用以下命令创建自签名证书时出错 这是一种格式:
adt -certificate -cn name [-ou org_unit][-o org_name][-c country] key_type pfx_file password
我试过这个例子......
adt -certificate -cn Selfsigned -ou OE -o "Example, co" 1024-RSA SigningCert.p12 39#wnetx3tl
adt -certificate -cn ADigitalID 1024-RSA SigningCert.p12 39#wnetx3tl
都返回“证书解码错误”
有没有人能解决这个问题?
答案 0 :(得分:0)
我刚遇到此错误,我直觉通过切换到2048-RSA密钥类型克服了这个错误。
adt -certificate -cn HelloWorld 2048-RSA certficate.pfx password