标签: openssl asn.1
我想通过puttygen.exe将.pem转换为.ppk。 在puttygen中加载.pem之后我有一个错误:
ASN.1解码失败
可能需要使用openssl进行转换:
openssl asn1parse -in myKey.pem -out myKey.ppk
有任何意见吗?