Anonymous
×
Create a new article
Write your page title here:
We currently have 27 articles on PhenixOps. Type your article name above or click on one of the titles below and start writing!



PhenixOps
27Articles

SSL: Difference between revisions

No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
== SSL handling tricks and tips ==
[[ SSL Tips and Tricks ]]
 
=== Howto retrieve SSL information from a remote certificate ===
 
==== Validity date <br> ====
<code>
openssl s_client -showcerts -connect www.pladder.nl:443 2>/dev/null | openssl x509 -noout -dates
</code> <br>
 
==== Full Certificate information <br> ====
<code>
openssl s_client -showcerts -connect www.pladder.nl:443
</code> <br>


[[Category:SSL]]
[[Category:SSL]]

Latest revision as of 23:37, 16 October 2021