<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.apoyar.eu/index.php?action=history&amp;feed=atom&amp;title=Commercial_SSL_Certificate_Chain_Checks</id>
	<title>Commercial SSL Certificate Chain Checks - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.apoyar.eu/index.php?action=history&amp;feed=atom&amp;title=Commercial_SSL_Certificate_Chain_Checks"/>
	<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=Commercial_SSL_Certificate_Chain_Checks&amp;action=history"/>
	<updated>2026-07-20T13:45:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://wiki.apoyar.eu/index.php?title=Commercial_SSL_Certificate_Chain_Checks&amp;diff=272&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;SSL Certificate chain checks ----------------------------  - Once we got certificate from the client, if multiple .crt files.. combine them into a single certificate and if its single certificate just keep as it is   - then we can check the certificate content with following command   openssl x509 -in certificate.crt -text -noout   - then depending on certificate authority we need to downlaod and add intermediate certificates - downloaded intermediate certificates should...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=Commercial_SSL_Certificate_Chain_Checks&amp;diff=272&amp;oldid=prev"/>
		<updated>2023-06-29T12:28:52Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;SSL Certificate chain checks ----------------------------  - Once we got certificate from the client, if multiple .crt files.. combine them into a single certificate and if its single certificate just keep as it is   - then we can check the certificate content with following command   openssl x509 -in certificate.crt -text -noout   - then depending on certificate authority we need to downlaod and add intermediate certificates - downloaded intermediate certificates should...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;SSL Certificate chain checks&lt;br /&gt;
----------------------------&lt;br /&gt;
&lt;br /&gt;
- Once we got certificate from the client, if multiple .crt files.. combine them into a single certificate and if its single certificate just keep as it is&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- then we can check the certificate content with following command &lt;br /&gt;
&lt;br /&gt;
openssl x509 -in certificate.crt -text -noout&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- then depending on certificate authority we need to downlaod and add intermediate certificates&lt;br /&gt;
- downloaded intermediate certificates should be valid more than year, as of our generated certificate&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- to combine our generated certificate and intermediate_bundle certificate into a single cerrtificate use below command (with appropriate names)&lt;br /&gt;
&lt;br /&gt;
cat generated.crt intermediate_bundle.crt &amp;gt; resulting.crt&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- Once its ready we can check details of certificate with below command (with resulting certificate name)&lt;br /&gt;
&lt;br /&gt;
cat apoyar_2024.crt | awk -v cmd=&amp;quot;openssl x509 -subject -issuer -noout&amp;quot; &amp;#039;/-----BEGIN/ { c = $0; next } c { c = c &amp;quot;\n&amp;quot; $0 } /-----END/ { print c|cmd; close(cmd); c = 0 }&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- Then, once we apply it on website, we can check the chain of certificate authorities at below site weather its broken or not.&lt;br /&gt;
&lt;br /&gt;
https://www.sslshopper.com/ssl-checker.html&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>