<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Linux%2FSSL</id>
	<title>Linux/SSL - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Linux%2FSSL"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Linux/SSL&amp;action=history"/>
	<updated>2026-05-07T04:22:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Linux/SSL&amp;diff=6279&amp;oldid=prev</id>
		<title>Kenneth at 21:32, 7 June 2023</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Linux/SSL&amp;diff=6279&amp;oldid=prev"/>
		<updated>2023-06-07T21:32:36Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Check certificate expiration:&lt;br /&gt;
&lt;br /&gt;
 openssl x509 -text -noout -in cert.crt&lt;br /&gt;
        Validity&lt;br /&gt;
            Not Before: May 10 19:02:45 2023 GMT&lt;br /&gt;
            Not After : May  7 19:02:45 2033 GMT&lt;br /&gt;
&lt;br /&gt;
Check website certificate:&lt;br /&gt;
 openssl s_client -connect google.com:443 | openssl x509 -noout -dates&lt;br /&gt;
   notBefore=May 19 12:53:06 2023 GMT&lt;br /&gt;
   notAfter=Aug 11 12:53:05 2023 GMT&lt;br /&gt;
&lt;br /&gt;
ref: [https://www.cyberciti.biz/faq/find-check-tls-ssl-certificate-expiry-date-from-linux-unix/]&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>