<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Creating a self-signed PKCS#12 (.p12) certificate using OpenSSL</title>
	<atom:link href="http://dragotown.com/2005/08/creating-a-self-signed-pkcs12-p12-certificate-using-openssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://dragotown.com/2005/08/creating-a-self-signed-pkcs12-p12-certificate-using-openssl/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Thu, 20 Nov 2008 09:20:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Nitima</title>
		<link>http://dragotown.com/2005/08/creating-a-self-signed-pkcs12-p12-certificate-using-openssl/#comment-853</link>
		<dc:creator>Nitima</dc:creator>
		<pubDate>Wed, 17 Sep 2008 06:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://dragotown.com/2005/08/creating-a-self-signed-pkcs12-p12-certificate-using-openssl/#comment-853</guid>
		<description>I am receiving an error when I try to create the certificate package pkcs12.

The error is as follows:

"Loading 'screen' into random state - done
unable to load private key
error in pkcs12" 

Please advise how can this be rectify?</description>
		<content:encoded><![CDATA[<p>I am receiving an error when I try to create the certificate package pkcs12.</p>
<p>The error is as follows:</p>
<p>&#8220;Loading &#8217;screen&#8217; into random state - done<br />
unable to load private key<br />
error in pkcs12&#8243; </p>
<p>Please advise how can this be rectify?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vlado</title>
		<link>http://dragotown.com/2005/08/creating-a-self-signed-pkcs12-p12-certificate-using-openssl/#comment-716</link>
		<dc:creator>Vlado</dc:creator>
		<pubDate>Tue, 08 Jul 2008 09:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://dragotown.com/2005/08/creating-a-self-signed-pkcs12-p12-certificate-using-openssl/#comment-716</guid>
		<description>to Pseudo.

Hi, you must do this:
   1. # create directory ./demoCA/private and also ./demoCA/newcerts
      mkdir demoCA/{private,newcerts} 

   2. # Then copy p_ca_key.pem to ./demoCA/private/cakey.pem
      cp  -v p_ca_key.pem ./demoCA/private/cakey.pem

   3. # also copy a CA cert to ./demoCA/cacert.pem
      cp  -v ca_cert.pem ./demoCA/cacert.pem

   4. # create database index
      touch ./demoCA/index.txt

   5. # create file with serial for ex. with 01
      echo "01" &#62; demoCA/serial

I hope it helps.</description>
		<content:encoded><![CDATA[<p>to Pseudo.</p>
<p>Hi, you must do this:<br />
   1. # create directory ./demoCA/private and also ./demoCA/newcerts<br />
      mkdir demoCA/{private,newcerts} </p>
<p>   2. # Then copy p_ca_key.pem to ./demoCA/private/cakey.pem<br />
      cp  -v p_ca_key.pem ./demoCA/private/cakey.pem</p>
<p>   3. # also copy a CA cert to ./demoCA/cacert.pem<br />
      cp  -v ca_cert.pem ./demoCA/cacert.pem</p>
<p>   4. # create database index<br />
      touch ./demoCA/index.txt</p>
<p>   5. # create file with serial for ex. with 01<br />
      echo &#8220;01&#8243; &gt; demoCA/serial</p>
<p>I hope it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pseudo</title>
		<link>http://dragotown.com/2005/08/creating-a-self-signed-pkcs12-p12-certificate-using-openssl/#comment-713</link>
		<dc:creator>Pseudo</dc:creator>
		<pubDate>Sun, 06 Jul 2008 02:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://dragotown.com/2005/08/creating-a-self-signed-pkcs12-p12-certificate-using-openssl/#comment-713</guid>
		<description>I get the following error attempting step 4.

OpenSSL&#62; ca -config openssl.cnf -policy policy_anything -out newcert.pem -days 1024 -infiles newreq.pem
Using configuration from openssl.cnf
Loading 'screen' into random state - done
Error opening CA private key ./demoCA/private/cakey.pem
2900:error:02001003:system library:fopen:No such process:.\crypto\bio\bss_file.c
:352:fopen('./demoCA/private/cakey.pem','rb')
2900:error:20074002:BIO routines:FILE_CTRL:system lib:.\crypto\bio\bss_file.c:35
4:
unable to load CA private key
error in ca</description>
		<content:encoded><![CDATA[<p>I get the following error attempting step 4.</p>
<p>OpenSSL&gt; ca -config openssl.cnf -policy policy_anything -out newcert.pem -days 1024 -infiles newreq.pem<br />
Using configuration from openssl.cnf<br />
Loading &#8217;screen&#8217; into random state - done<br />
Error opening CA private key ./demoCA/private/cakey.pem<br />
2900:error:02001003:system library:fopen:No such process:.\crypto\bio\bss_file.c<br />
:352:fopen(&#8217;./demoCA/private/cakey.pem&#8217;,'rb&#8217;)<br />
2900:error:20074002:BIO routines:FILE_CTRL:system lib:.\crypto\bio\bss_file.c:35<br />
4:<br />
unable to load CA private key<br />
error in ca</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://dragotown.com/2005/08/creating-a-self-signed-pkcs12-p12-certificate-using-openssl/#comment-638</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Wed, 16 Apr 2008 19:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://dragotown.com/2005/08/creating-a-self-signed-pkcs12-p12-certificate-using-openssl/#comment-638</guid>
		<description>Thanks for pointing out the dead link, I updated it so it points to the page with the latest Stunnel Windows binaries.

Glad to hear this technique worked for you!</description>
		<content:encoded><![CDATA[<p>Thanks for pointing out the dead link, I updated it so it points to the page with the latest Stunnel Windows binaries.</p>
<p>Glad to hear this technique worked for you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://dragotown.com/2005/08/creating-a-self-signed-pkcs12-p12-certificate-using-openssl/#comment-637</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 16 Apr 2008 17:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://dragotown.com/2005/08/creating-a-self-signed-pkcs12-p12-certificate-using-openssl/#comment-637</guid>
		<description>The download link for the "Stunnel.org OpenSSL Binary 1.35 MB" is broken but still able to get the binary from stunnel.org direct. Everything is working fine and success to create a PKCS#12 certificate for my PDA</description>
		<content:encoded><![CDATA[<p>The download link for the &#8220;Stunnel.org OpenSSL Binary 1.35 MB&#8221; is broken but still able to get the binary from stunnel.org direct. Everything is working fine and success to create a PKCS#12 certificate for my PDA</p>
]]></content:encoded>
	</item>
</channel>
</rss>
