ssl certificate - openssl not fetching certification details -
we able connect not fetching certification details.
$ bash-3.2# echo | openssl s_client -host $h -port $p 2>/dev/null
connected(00000005)
$
you need pipe openssl , tell parts or whole certificate, want. example tag on | openssl x509 -text -noout
end can see entire certificate.
the kind of command add on ends of statement define information pulled output. have piece of information in mind want get?
Comments
Post a Comment