เข้าไปเชครายละเอียด ของ cert ผ่าน command
เชคผ่าน Certificate Signing Request (CSR)
#openssl req -text -noout -verify -in CSR.csr
เชคผ่าน private key
#openssl rsa -in privateKey.key -check
เชคผ่าน certificate file
#openssl x509 -in certificate.crt -text -noout
เชคผ่าน PKCS#12 file (.pfx or .p12)
#openssl pkcs12 -info -in keyStore.p12
เชคผ่าน client cert ที่เว็บไซท์
www.paypal.com รวมถึงดู intermediate cert
#openssl s_client -connect
www.paypal.com:443#openssl s_client -connect smtp.ntt.co.th:465 | more
หลังจากเจอข้อมูล certificate สามารถ copy cert นั้นใส่ file notepad แล้วเปิดได้ -> c.crt
ก็จะทราบข้อมูลเพิ่มเติมได้ครับ