<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>OpenSSL Notes on Jan Tytgat</title><link>https://jantytgat.github.io/notes/openssl/</link><description>Recent content in OpenSSL Notes on Jan Tytgat</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="https://jantytgat.github.io/notes/openssl/index.xml" rel="self" type="application/rss+xml"/><item><title>Conversion</title><link>https://jantytgat.github.io/notes/openssl/conversion/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://jantytgat.github.io/notes/openssl/conversion/</guid><description>&lt;div class="note-card ">
&lt;div class="item">
&lt;h5 class="note-title">&lt;span>Extract PFX&lt;/span>&lt;/h5>
&lt;div class="card">
&lt;div class="card-body">&lt;p>Replace the names of the files accordingly&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-sh" data-lang="sh">&lt;span style="display:flex;">&lt;span>openssl pkcs12 -in filename.pfx -nocerts -out filename.key -nodes
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>openssl pkcs12 -in filename.pfx -nokeys -out filename.cer
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>openssl rsa -in filename.key -out filename_nopass.key
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;/div>
&lt;/div>
&lt;/div>
&lt;/div></description></item></channel></rss>