<?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>openssl export &#8211; VeriTeknik</title>
	<atom:link href="https://www.veriteknik.net.tr/en/tag/openssl-export/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.veriteknik.net.tr/en/</link>
	<description>VeriTeknik Bilişim &#124; VeriTeknik Bilişim</description>
	<lastBuildDate>Mon, 07 May 2012 13:01:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>How to Export the Private Key From a .PFX With OpenSSL</title>
		<link>https://www.veriteknik.net.tr/en/how-to-exporting-private-key-from-pfx-with-openssl/</link>
					<comments>https://www.veriteknik.net.tr/en/how-to-exporting-private-key-from-pfx-with-openssl/#respond</comments>
		
		<dc:creator><![CDATA[Cevdet Kaymaz]]></dc:creator>
		<pubDate>Mon, 07 May 2012 13:01:34 +0000</pubDate>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[LINUX Help]]></category>
		<category><![CDATA[export pfx]]></category>
		<category><![CDATA[openssl export]]></category>
		<guid isPermaLink="false">http://www.plugged.in/?p=388</guid>

					<description><![CDATA[<p>If you have a .pfx file and you need it&#8217;s private.key, then you can use OpenSSL for extracting .pem from .pfx ( the openssl software is available at openssl.org ) To export the private key ( .pem ) from the PFX file and save it to a PEM file : $openssl pkcs12 -in /path/to/file_name.pfx -nocerts [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/how-to-exporting-private-key-from-pfx-with-openssl/">How to Export the Private Key From a .PFX With OpenSSL</a> appeared first on <a rel="nofollow" href="https://www.veriteknik.net.tr/en/">VeriTeknik</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you have  a .pfx file and you need it&#8217;s private.key, then you can use OpenSSL for extracting .pem from .pfx ( the openssl software is available at <a href="http://openssl.org" target="_blank">openssl.org</a> )</p>
<p>To export the private key ( .pem ) from the PFX file and save it to a PEM file :</p>
<blockquote><p>$openssl pkcs12 -in /path/to/file_name.pfx -nocerts -out private_key_name.pem</p></blockquote>
<p>If you want to remove the password from the private key file :</p>
<blockquote><p>$openssl rsa -in private_key_name.pem -out new_private.pem</p></blockquote>
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/how-to-exporting-private-key-from-pfx-with-openssl/">How to Export the Private Key From a .PFX With OpenSSL</a> appeared first on <a rel="nofollow" href="https://www.veriteknik.net.tr/en/">VeriTeknik</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.veriteknik.net.tr/en/how-to-exporting-private-key-from-pfx-with-openssl/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">388</post-id>	</item>
	</channel>
</rss>
