<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Certificates on ARI Systems</title>
    <link>https://aripd.com/tags/certificates/</link>
    <description>Recent content in Certificates on ARI Systems</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <copyright>ARI Systems</copyright>
    <lastBuildDate>Sat, 16 May 2026 06:19:44 +0000</lastBuildDate>
    <atom:link href="https://aripd.com/tags/certificates/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>SSL</title>
      <link>https://aripd.com/blog/ssl/</link>
      <pubDate>Sun, 02 Sep 2018 00:00:00 +0000</pubDate>
      <guid>https://aripd.com/blog/ssl/</guid>
      <description>&lt;h2 id=&#34;references&#34;&gt;References &lt;a href=&#34;#references&#34; class=&#34;permalink&#34;&gt;&lt;i class=&#34;bi bi-link-45deg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://security.stackexchange.com/questions/5096/rsa-vs-dsa-for-ssh-authentication-keys&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;RSA vs. DSA for SSH authentication keys&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://danielpocock.com/rsa-key-sizes-2048-or-4096-bits&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;RSA Key Sizes: 2048 or 4096 bits?&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-debian-9&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;How To Secure Apache with Let&amp;rsquo;s Encrypt on Debian 9&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://community.letsencrypt.org/t/importing-letsencrypt-into-java-and-glassfish/9711/17&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Importing LetsEncrypt into Java and Glassfish&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://helpdesk.ssls.com/hc/en-us/articles/115001604071-How-to-install-a-SSL-certificate-on-GlassFish&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;How to install a SSL certificate on GlassFish&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;difference-between-the-certificate-files&#34;&gt;Difference between the certificate files &lt;a href=&#34;#difference-between-the-certificate-files&#34; class=&#34;permalink&#34;&gt;&lt;i class=&#34;bi bi-link-45deg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;.key&lt;/code&gt; is the private key. This is accessible the key owner and no one else.&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;.csr&lt;/code&gt; is the certificate request. This is a request for a certificate authority to sign the key. (The key itself is not included.)&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;.crt&lt;/code&gt; is the certificate produced by the certificate authority that verifies the authenticity of the key. (The key itself is not included.) This is given to other parties, e.g. HTTPS client.&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;.pem&lt;/code&gt; is a text-based container using base-64 encoding. It could be any of the above files.&#xA;&lt;div class=&#34;code-container&#34;&gt;&#xA;    &lt;div class=&#34;code-block&#34;&gt;&#xA;        &lt;div&gt;&#xA;            &#xA;            &lt;div class=&#34;code-copy&#34; style=&#34;float: right&#34;&gt;&#xA;                &lt;a class=&#34;icon-link icon-link-hover link-opacity-50 link-opacity-100-hover&#34; href=&#34;#&#34; aria-label=&#34;Copy code&#34;&gt;Copy&lt;/a&gt;&#xA;            &lt;/div&gt;&#xA;        &lt;/div&gt;&#xA;        &lt;div class=&#34;highlight&#34;&gt;&lt;div style=&#34;color:#000;background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&#xA;&lt;table style=&#34;border-spacing:0;padding:0;margin:0;border:0;&#34;&gt;&lt;tr&gt;&lt;td style=&#34;vertical-align:top;padding:0;margin:0;border:0;&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#000;background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;1&#xA;&lt;/span&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;2&#xA;&lt;/span&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;3&#xA;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&#xA;&lt;td style=&#34;vertical-align:top;padding:0;margin:0;border:0;;width:100%&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#000;background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;-----BEGIN EXAMPLE-----&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;...&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;-----END EXAMPLE-----&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/div&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;.p12&lt;/code&gt; is a PKCS12 file, which is a container format usually used to combine the private key and certificate.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Note that there isn&amp;rsquo;t only one extension for the certificate produced by the certificate authority. For example you may see certificates with either the &lt;code&gt;.crt&lt;/code&gt; or a &lt;code&gt;.pem&lt;/code&gt; extension.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
