Difference between revisions of "Query Certificate"
From Roaring Penguin
Line 1: | Line 1: | ||
If you like, you can obtain this information from a UNIX/Linux machine | If you like, you can obtain this information from a UNIX/Linux machine | ||
by running the command: | by running the command: | ||
− | + | :<tt>openssl s_client -showcerts -starttls smtp -connect example.com:25</tt> | |
− | + | Where: example.com is the host name of the server being checked. | |
<div style="float:right; clear:both; margin-right:0.5em">[[Support Wiki | [Home]]]</div> | <div style="float:right; clear:both; margin-right:0.5em">[[Support Wiki | [Home]]]</div> | ||
[[category:All]][[category:Security]] | [[category:All]][[category:Security]] |
Revision as of 10:12, 24 June 2014
If you like, you can obtain this information from a UNIX/Linux machine by running the command:
- openssl s_client -showcerts -starttls smtp -connect example.com:25
Where: example.com is the host name of the server being checked.