mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 03:56:08 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display the certificate presented by an SSL/TLS server:
|
||||
|
||||
`openssl s_client -connect {{host}}:{{port}} </dev/null`
|
||||
`openssl < /dev/null s_client -connect {{host}}:{{port}}`
|
||||
|
||||
- Set the Server Name Indicator (SNI) when connecting to the SSL/TLS server:
|
||||
|
||||
@@ -22,4 +22,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display the complete certificate chain of an HTTPS server:
|
||||
|
||||
`openssl s_client -connect {{host}}:443 -showcerts </dev/null`
|
||||
`openssl < /dev/null s_client -connect {{host}}:443 -showcerts`
|
||||
|
||||
Reference in New Issue
Block a user