我正在尝试获取p12类型的详细信息,如下所示
openssl pkcs12 -info -in keystore.p12
但是,给出错误
2512:error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag:.\crypto\asn1\tasn_dec.c:1180:
2512:error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error:.\crypto\asn1\tasn_dec.c:365:Type=PKCS12
任何想法,请建议
答案 0 :(得分:0)
你从哪里得到你的keystore.p12文件? This post似乎表明文件格式存在错误,并对如何解决该问题提出了一些建议。
具体来说,它表示检查并确保文件中没有[leading或trailing]空格。
您确定格式正确吗?