小编cod*_*ree的帖子

Apache SSL 使用 openssl 将 itermediateCA.cer 转换为 crt

尝试将 IntermidiateCA.cer 转换为 Apache 的 crt 格式,但我做不到。我使用下面的命令:

openssl x509 -inform DER -in IntermediateCA.cer -out IntermediateCA.crt
Run Code Online (Sandbox Code Playgroud)

这是我在下面遇到的错误

unable to load certificate
4276141236:error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong 
tag:tasn_dec.c:1198:
 4276141236:error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested 
asn1 error:tasn_dec.c:372:Type=X509
Run Code Online (Sandbox Code Playgroud)

请注意服务器是solaris 5.10

apache ssl openssl

5
推荐指数
1
解决办法
6851
查看次数

标签 统计

apache ×1

openssl ×1

ssl ×1