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