User Tools

Site Tools


ssl_handling_with_openssl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ssl_handling_with_openssl [2012/10/10 12:50]
root
ssl_handling_with_openssl [2013/12/05 11:44] (current)
root
Line 23: Line 23:
 ===== List content of signed certificate or intermediate certificate ===== ===== List content of signed certificate or intermediate certificate =====
  
-openssl x509 -in <​certificate filename.crt>​ -noout -text+  ​openssl x509 -in <​certificate filename.crt>​ -noout -text
  
 +===== List content of signed certificate or intermediate certificate in der format =====
 +
 +  openssl x509 -in <​certificate filename.der>​ -inform der -text
  
 ===== List information about web site SSL certificate ===== ===== List information about web site SSL certificate =====
  
- openssl s_client -showcerts -connect <host to check>:​443+  ​openssl s_client -showcerts -connect <host to check>:​443
ssl_handling_with_openssl.1349873412.txt.gz ยท Last modified: 2012/10/10 12:50 by root