1.CRT转CER
openssl x509 -in 你的证书.crt -out 你的证书.cer -outform der
2.查看CRT内容
openssl x509 -in 你的证书.crt -text -noout
3.查看.KEY文件
openssl rsa -in 你的证书.key -text -noout
4.查看.CSR文件
openssl req -noout -text -in 你的证书.csr
1.CRT转CER
openssl x509 -in 你的证书.crt -out 你的证书.cer -outform der
2.查看CRT内容
openssl x509 -in 你的证书.crt -text -noout
3.查看.KEY文件
openssl rsa -in 你的证书.key -text -noout
4.查看.CSR文件
openssl req -noout -text -in 你的证书.csr