Linux: How to Display the SSL Certificate of a Remote Server URL
Command: server=test.kimconnect.comecho | openssl s_client -showcerts -servername $server -connect $server:443 2>/dev/null | openssl x509 -inform…
0 Comments