Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 163 Bytes

openssl.md

File metadata and controls

7 lines (5 loc) · 163 Bytes

openssl

showcerts

echo | openssl s_client -servername ${ip_or_host} -showcerts -connect ${ip_or_host}:${port} 2>/dev/null | awk '/BEGIN/,/END/'