Differences

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

Link to this comparison view

openssl [2014/02/11 11:17]
127.0.0.1 external edit
openssl [2016/05/17 16:12]
steve
Line 16: Line 16:
 </​code>​ </​code>​
  
-== Get the contents of a CRT ==+== Get the contents of a CRT or PEM ==
  
 <​code>​ <​code>​
 openssl x509 -noout -text -in domain.com.crt openssl x509 -noout -text -in domain.com.crt
 +</​code>​
 +
 +<​code>​
 +openssl x509 -noout -text -in domain.com.pem
 </​code>​ </​code>​