User Tools

Site Tools


wiki:openssl_commands

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
wiki:openssl_commands [2023/03/14 15:28] – [Get cert file from site] update Get cert file from site command antisawiki:openssl_commands [2023/03/17 16:11] (current) – [Get cert file from site] add info box antisa
Line 36: Line 36:
  
   openssl s_client -connect example.com:443 -servername example.com:443 < /dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | openssl x509 -in - -text -noout   openssl s_client -connect example.com:443 -servername example.com:443 < /dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | openssl x509 -in - -text -noout
 +
 +<WRAP center round info 60%>
 +-connect can be the IP address of a server and is not necessarily the same as the -servername 
 +</WRAP>
  
 ===== Get OCSP stapling info ===== ===== Get OCSP stapling info =====
wiki/openssl_commands.1678804121.txt.gz · Last modified: 2023/03/14 15:28 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki