跳至主要內容

将cer格式的证书转为crt格式

loocao...小于 1 分钟

将cer格式的证书转为crt格式

Basically there are two CER certificate encoding types, DER and Base64. When type DER returns an error loading certificate (asn1 encoding routines), try the PEM and it shall work.

openssl x509 -inform DER -in certificate.cer -out certificate.crt
openssl x509 -inform PEM -in certificate.cer -out certificate.crt
评论
  • 按正序
  • 按倒序
  • 按热度
Powered by Waline v2.15.8