<?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>KeyStore Explorer &#8211; CodePills.com</title>
	<atom:link href="https://codepills.com/tag/keystore-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>https://codepills.com</link>
	<description>Helping you make a better code</description>
	<lastBuildDate>Thu, 02 Dec 2021 19:35:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How to convert private key DER to PEM file type</title>
		<link>https://codepills.com/how-to-convert-private-key-der-to-pem-file-type/</link>
					<comments>https://codepills.com/how-to-convert-private-key-der-to-pem-file-type/#respond</comments>
		
		<dc:creator><![CDATA[Andrej Buday]]></dc:creator>
		<pubDate>Wed, 01 Dec 2021 19:00:34 +0000</pubDate>
				<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[KeyStore Explorer]]></category>
		<category><![CDATA[OpenSSL]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">https://codepills.com/?p=1269</guid>

					<description><![CDATA[In this article I will show you quick work around how to turn <code>.pem</code> file type into the <code>.der</code> file type on Windows. <a href="https://codepills.com/how-to-convert-private-key-der-to-pem-file-type/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>In this article I will show you quick work around how to turn <code>.pem</code> file type into the <code>.der</code> file type on Windows.</p>
<p><span id="more-1269"></span></p>
<p>I had stuck on the problem when I needed to provide private key <code>.pem</code> file type for the OpenSSL command. However, the private key was saved in <code>.der</code> file type, so I needed to convert it.</p>
<p>There is a way to convert <code>.pem</code> file type on the Windows operating system to <code>.der</code> without using command line. Go to the Windows search bar and search for <b>KeyStore Explorer</b>. Open the KeyStore Explorer program. After opening the KeyStore Explorer, you should get the program screen like this:</p>
<div id="attachment_1270" style="width: 650px" class="wp-caption alignnone"><img fetchpriority="high" decoding="async" aria-describedby="caption-attachment-1270" src="https://codepills.com/wp-content/uploads/2021/12/keystore_opened-1024x640.png" alt="KeyStore opened" width="640" height="400" class="size-large wp-image-1270" srcset="https://codepills.com/wp-content/uploads/2021/12/keystore_opened-1024x640.png 1024w, https://codepills.com/wp-content/uploads/2021/12/keystore_opened-300x187.png 300w, https://codepills.com/wp-content/uploads/2021/12/keystore_opened-768x480.png 768w, https://codepills.com/wp-content/uploads/2021/12/keystore_opened.png 1034w" sizes="(max-width: 640px) 100vw, 640px" /><p id="caption-attachment-1270" class="wp-caption-text">KeyStore opened</p></div>
<p>Click on the icon <i>Examine a Certificate</i>. From a system select your <code>.der</code> file. After selecting the <code>.der</code> you should get the KeyStore image like this:</p>
<div id="attachment_1272" style="width: 1008px" class="wp-caption alignnone"><img decoding="async" aria-describedby="caption-attachment-1272" src="https://codepills.com/wp-content/uploads/2021/12/keystore_der_file_opened.png" alt="KeyStore - .der file opened" width="998" height="615" class="size-full wp-image-1272" srcset="https://codepills.com/wp-content/uploads/2021/12/keystore_der_file_opened.png 998w, https://codepills.com/wp-content/uploads/2021/12/keystore_der_file_opened-300x185.png 300w, https://codepills.com/wp-content/uploads/2021/12/keystore_der_file_opened-768x473.png 768w" sizes="(max-width: 998px) 100vw, 998px" /><p id="caption-attachment-1272" class="wp-caption-text">KeyStore &#8211; .der file opened</p></div>
<p>Now all you need to do is to click on the <b>PEM</b> button. It will open you content of the <code>.der</code> file in <code>.pem</code> format.</p>
<div id="attachment_1270" style="width: 650px" class="wp-caption alignnone"><img decoding="async" aria-describedby="caption-attachment-1270" src="https://codepills.com/wp-content/uploads/2021/12/keystore_der_file_turned_to_pem-1024x532.png" alt="KeyStore - .der file turned to .pem" width="640" height="333" class="size-large wp-image-1271" srcset="https://codepills.com/wp-content/uploads/2021/12/keystore_der_file_turned_to_pem-1024x532.png 1024w, https://codepills.com/wp-content/uploads/2021/12/keystore_der_file_turned_to_pem-300x156.png 300w, https://codepills.com/wp-content/uploads/2021/12/keystore_der_file_turned_to_pem-768x399.png 768w, https://codepills.com/wp-content/uploads/2021/12/keystore_der_file_turned_to_pem.png 1244w" sizes="(max-width: 640px) 100vw, 640px" /><p id="caption-attachment-1270" class="wp-caption-text">KeyStore &#8211; .der file turned to .pem</p></div>
<p>You have now two options:</p>
<ul>
<li>You can either copy <code>.pem</code> file content into the system memory with <i>Copy</i> option.</li>
<li>Or you can export <code>.pem</code> file content on you machine disk with <i>Export</i> option.</li>
</ul>
<p><b>Note</b> : Never show or publish content of your private keys!</p>
<h2>Conclusion</h2>
<p>This article has shown how to turn <code>.pem</code> file type into the <code>.der</code> file type on Windows.</p>
<p>Did you find turning files easy? Do you have your trick or know another way <u>how to turn <code>.pem</code> file type into the <code>.der</code> file type</u>? Let us know in the comments below the article. We would like to hear your ideas and stories.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://codepills.com/how-to-convert-private-key-der-to-pem-file-type/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
