<?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/"
	>

<channel>
	<title>PEM &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/pem/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.hostry.com</link>
	<description>Full information on how to use HOSTRY, provided by 24/7 community based support</description>
	<lastBuildDate>Wed, 26 May 2021 08:59:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.12</generator>

<image>
	<url>https://help.hostry.com/wp-content/uploads/cache/2021/01/cropped-apple-icon-180x180-1/836712163.png</url>
	<title>PEM &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How do I convert my CER file to PEM?</title>
		<link>https://help.hostry.com/knowledge-base/how-do-i-convert-my-cer-file-to-pem/</link>
					<comments>https://help.hostry.com/knowledge-base/how-do-i-convert-my-cer-file-to-pem/#respond</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Wed, 26 May 2021 08:59:40 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=3809</guid>

					<description><![CDATA[Files of type CER are a security file that is used to store an X.509 certificate. It is provided by an accredited certification authority. It contains information about the owner of the certificate and the public key. PEM files are bas64 encoded ASCII files in which certification authorities issue certificates. [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Files of type <strong>CER</strong> are a security file that is used to store an <strong>X.509</strong> certificate. It is provided by an accredited certification authority. It contains information about the owner of the certificate and the public key.</p>



<p><strong>PEM</strong> files are bas64 encoded <strong>ASCII</strong> files in which certification authorities issue certificates. This format is used to store and send cryptographic keys, certificates, and other intermediate certificates.</p>



<p>In order to convert a CER file to PEM, you need the following:</p>



<p>The <strong>OpenSSL</strong> toolkit is only installed by default on Ubuntu. However, if it is not there, you can install it with the following command in Terminal:</p>



<pre class="wp-block-code"><code>apt install openssl</code></pre>



<p>Enter your sudo password. When prompted to choose the y / n option, press y to continue. This will start the installation of <strong>OpenSSL</strong> on the system. To convert a CER file to PEM use the following syntax:</p>



<pre class="wp-block-code"><code>openssl x509 -inform der -in cert.cer -outform pem -out cert.pem</code></pre>



<p>In the above syntax, cert.cer is the name of the security certificate you want to convert to PEM format, and cert.pem is the filename after the final conversion.</p>



<p>To convert a PEM file to CER use the following syntax:</p>



<pre class="wp-block-code"><code>openssl x509 -inform PEM -in cert.pem -outform DER -out cert.cer</code></pre>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-do-i-convert-my-cer-file-to-pem/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
