我真的試圖將.cer文件轉換通過OpenSSL的爲.pem,命令是:OpenSSL的編碼錯誤,同時轉換CER爲PEM
openssl x509 -inform der -in certnew.cer -out ymcert.pem
,這就是錯誤我真的越來越:
unable to load certificate
140735105180124:error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag:tasn_dec.c:1319:
140735105180124:error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error:tasn_dec.c:381:Type=X509
我在做什麼錯?
也許你的'cer'文件是alre ady以'pem'形式。閱讀http://openssl.6102.n7.nabble.com/Error-converting-from-cer-to-pem-td2179.html – banuj