<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	 xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>chains &#8211; AnonyViet &#8211; English Version</title>
	<atom:link href="https://en.anonyviet.com/tag/chains/feed/" rel="self" type="application/rss+xml" />
	<link>https://en.anonyviet.com</link>
	<description>The most popular website for sharing information technology, computer networks, and security knowledge. Stay up to date with the hottest news and tips</description>
	<lastBuildDate>Thu, 26 Jan 2023 02:32:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://en.anonyviet.com/wp-content/uploads/2023/01/cropped-ico-logo-75x75-1.png</url>
	<title>chains &#8211; AnonyViet &#8211; English Version</title>
	<link>https://en.anonyviet.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How certificate chains work</title>
		<link>https://en.anonyviet.com/how-certificate-chains-work/</link>
					<comments>https://en.anonyviet.com/how-certificate-chains-work/#respond</comments>
		
		<dc:creator><![CDATA[AnonyViet]]></dc:creator>
		<pubDate>Thu, 26 Jan 2023 02:32:31 +0000</pubDate>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Certificate]]></category>
		<category><![CDATA[chains]]></category>
		<category><![CDATA[work]]></category>
		<guid isPermaLink="false">https://en.anonyviet.com/?p=3572</guid>

					<description><![CDATA[Nowadays, you will see many websites with links starting from https instead of http like old time. Having more letters S This website proves that this website is using a Certificate to encrypt data when sending and receiving to ensure the safety of users when browsing the web. This encryption will go through stages performed [&#8230;]]]></description>
										<content:encoded><![CDATA[<p></p>
<div id="ftwp-postcontent">
<p><strong>Nowadays, you will see many websites with links starting from <span style="color: #ff0000;">https </span>instead of <span style="color: #0000ff;">http </span>like old time.  Having more letters <span style="color: #ff0000;">S</span> This website proves that this website is using a Certificate to encrypt data when sending and receiving to ensure the safety of users when browsing the web.  This encryption will go through stages performed by Certificate chains.  In this article we will learn How the certificate chain works.</strong></p>
<div class="code-block code-block-16" style="margin: 8px 0; clear: both;">
<div align="center">
<table class=" aligncenter" style="background-color: #c0c0c0; border-collapse: collapse; width: 59.9985%;">
<tbody>
<tr>
<td style="width: 100%; text-align: center;"><span style="font-size: 12pt;"><strong>Join the channel <span style="color: #0000ff;">Telegram</span> of the <span style="color: #008080;">AnonyViet </span> 👉 <span style="text-decoration: underline;"><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Ft.me%2Fanonyvietchat" class="local-link" rel="noopener">Link</a></span>  👈</strong></span></td>
</tr>
</tbody>
</table>
</div>
</div>
<p><strong>Certificate chains are only used to verify end-user certificates against an intermediate list and root privileges.  Sounds confusing right?  If you don&#8217;t understand, then read on.</strong></p>
<p>Currently, there are many commercial CAs (certificate authorities) that users have to pay for when using the service.  Organizations and governments can also have their own CAs.  Besides, there are also CAs that provide free services.</p>
<h2 id="ftoc-co-quan-cap-chung-chi" class="ftwp-heading">Certificate Authority</h2>
<p>For an SSL certificate to be trusted, it must be issued by a certification authority (CA).  If the certificate was not issued by a trusted CA, the connecting device checks if the issuing CA&#8217;s certificate was provided by a trusted CA.  Because the CA acts as a third party (trusted by both parties) to support the secure exchange of information.</p>
<h2 id="ftoc-co-quan-cap-chung-chi-chung" class="ftwp-heading">General Certificate Authority</h2>
<p>Commonly used certificate authorities, such as Verisign, DigiCert and Entrust, are automatically accepted by most browsers.  However, if you create your own certificate for internal use, that certificate will not be trusted when going to the Internet, you will be blocked by your browser when you try to connect.</p>
<p>Here is an example of an untrusted SSL certificate.  If you for some reason want to access a website with a situation like the example below, you can refer to the article <a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fhuong-dan-sua-loi-your-connection-is-not-private-tren-windows-7%2F" rel="noopener" class="local-link">Instructions to fix the &#8220;Your connection is not private&#8221; error on Windows 7 thoroughly.</a></p>
<p>.<img post-id="3572" fifu-featured="1" fetchpriority="high" decoding="async" width="747" height="503" class="size-full wp-image-21075 aligncenter" src="https://anonyviet.com/wp-content/uploads/2020/08/29.jpg" alt="How certificate chains work" title="How certificate chains work" srcset="https://anonyviet.com/wp-content/uploads/2020/08/29.jpg 747w, https://anonyviet.com/wp-content/uploads/2020/08/29-300x202.jpg 300w" sizes="(max-width: 747px) 100vw, 747px" title="How certificate chains work"/></p>
<p>Because when the CA can be compromised, the security of the system will be broken.  If an attacker (Mallory) can intervene to create a fake certificate that is tied to the attacker&#8217;s public key with the identity of another user (Alice), any other person&#8217;s transactions with Alice can be hacked by Mallory. intervention.</p>
<h2 id="ftoc-chuoi-chung-chi-hoat-dong-nhu-the-nao" class="ftwp-heading">How does the certificate chain work</h2>
<p>Suppose you decide to purchase a certificate for the domain google.com from a certificate provider named <em>certificates.ca</em>.  The most important is<em> certificates.ca </em>not root so this CA is not trusted.</p>
<p>A trusted certificate chain must be built by<em> certificates.ca </em>and all certificate chains including intermediate certificates must be root.</p>
<p>Here are 5 examples of certificate chains:</p>
<ol>
<li>google.com – issued by certificates.ca (end user certificates)</li>
<li>Trung Giang certificates – issued for certificates.ca, by some-intermediate-1.ca</li>
<li>Intermediate certificate – issued to some-intermediate-1.ca, by some-intermediate-2.ca</li>
<li>Intermediate certificate – issued to some-intermediate-2.ca, by digicert.ca</li>
<li>Root certificate – issued to digicert.ca, by digicert.ca</li>
</ol>
<p><img decoding="async" loading="lazy" width="497" height="594" class="aligncenter wp-image-21077 size-full" src="https://anonyviet.com/wp-content/uploads/2020/08/31.jpg" alt="SSL certificate chain" srcset="https://anonyviet.com/wp-content/uploads/2020/08/31.jpg 497w, https://anonyviet.com/wp-content/uploads/2020/08/31-251x300.jpg 251w" sizes="auto, (max-width: 497px) 100vw, 497px" title="How certificate chains work"/></p>
<pre><span style="font-size: 10pt;"><code>-<span class="ruby">----BEGIN RSA PRIVATE KEY-----&#13;
</span>(Your Private Key: your_domain_name.key)&#13;
-<span class="ruby">----END RSA PRIVATE KEY-----&#13;
</span>-<span class="ruby">----BEGIN CERTIFICATE-----&#13;
</span>(Your Primary SSL certificate: your_domain_name.crt)&#13;
-<span class="ruby">----END CERTIFICATE-----&#13;
</span>-<span class="ruby">----BEGIN CERTIFICATE-----&#13;
</span>(Your Intermediate certificate: DigiCertCA.crt)&#13;
-<span class="ruby">----END CERTIFICATE-----&#13;
</span>-<span class="ruby">----BEGIN CERTIFICATE-----&#13;
</span>(Your Root certificate: TrustedRoot.crt)&#13;
-<span class="ruby">----END CERTIFICATE-----</span></code> </span></pre>
<h2 id="ftoc-cai-dat-chung-chi" class="ftwp-heading">Install the certificate</h2>
<p>When you install end-user certificates, such as the one in the example above purchased from certificates.ca, you must bundle the intermediate certificates and install them.</p>
<p>This certificate chain allows the recipient to determine that the sender and all certificates in the chain are trusted, but if the SSL certificate chain is invalid or corrupted, your certificate will be trusted by some equipment.</p>
<h2 id="ftoc-danh-sach-cac-ca" class="ftwp-heading">List of CAs</h2>
<p>Below is a list of some well-known CAs.  When using any CA, the user must also trust that CA.  In the event that the web browser has found the certificate of the incoming website to be trusted, it will grant the user access.  In the opposite case, the user will make a decision whether to trust the CA or not.  Some CAs claim to be trusted by 99% of browsers<sup id="cite_ref-1" class="reference"/>.</p>
<h3 id="ftoc-cac-ca-khong-thu-phi" class="ftwp-heading">CAs do not charge fees</h3>
<div class="kk-star-ratings kksr-auto kksr-align-right kksr-valign-bottom" data-payload="{&quot;align&quot;:&quot;right&quot;,&quot;id&quot;:&quot;21072&quot;,&quot;slug&quot;:&quot;default&quot;,&quot;valign&quot;:&quot;bottom&quot;,&quot;ignore&quot;:&quot;&quot;,&quot;reference&quot;:&quot;auto&quot;,&quot;class&quot;:&quot;&quot;,&quot;count&quot;:&quot;100&quot;,&quot;legendonly&quot;:&quot;&quot;,&quot;readonly&quot;:&quot;&quot;,&quot;score&quot;:&quot;5&quot;,&quot;starsonly&quot;:&quot;&quot;,&quot;best&quot;:&quot;5&quot;,&quot;gap&quot;:&quot;5&quot;,&quot;greet&quot;:&quot;\u0110\u00e1nh gi\u00e1 b\u00e0i vi\u1ebft post&quot;,&quot;legend&quot;:&quot;B\u00e0i vi\u1ebft \u0111\u1ea1t: 5\/5 - (100 b\u00ecnh ch\u1ecdn)&quot;,&quot;size&quot;:&quot;24&quot;,&quot;width&quot;:&quot;142.5&quot;,&quot;_legend&quot;:&quot;B\u00e0i vi\u1ebft \u0111\u1ea1t: {score}\/{best} - ({count} {votes})&quot;,&quot;font_factor&quot;:&quot;1.25&quot;}">
<p>            The article achieved: 5/5 &#8211; (100 votes)    </p>
</p></div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://en.anonyviet.com/how-certificate-chains-work/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://anonyviet.com/wp-content/uploads/2020/08/29.jpg" medium="image"></media:content>
            	</item>
	</channel>
</rss>
