<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Jonas Genannt - SSL</title>
    <link>http://blog.brachium-system.net/</link>
    <description>Weblog of an System Engineer</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.2 - http://www.s9y.org/</generator>
    
    <image>
        <url>http://blog.brachium-system.net/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Jonas Genannt - SSL - Weblog of an System Engineer</title>
        <link>http://blog.brachium-system.net/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Create SSL key with CSR file for https</title>
    <link>http://blog.brachium-system.net/archives/2-Create-SSL-key-with-CSR-file-for-https.html</link>
            <category>Apache</category>
            <category>SSL</category>
            <category>work</category>
    
    <comments>http://blog.brachium-system.net/archives/2-Create-SSL-key-with-CSR-file-for-https.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=2</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.brachium-system.net/rss.php?version=2.0&amp;type=comments&amp;cid=2</wfw:commentRss>
    

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    If you want to create an OpenSSL for https you can use this &lt;a href=&quot;http://blog.brachium-system.net/uploads/openssl.cnf.gz&quot; &gt;openssl.cnf&lt;/a&gt; file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Than use that command to create the key:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt; openssl req -new -nodes -days 365 -keyout domain.tld.key -out domain.tld.csr&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Now openssl asks for the Information for the SSL Key:&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
Country Name (2 letter code) [AU]: DE&lt;br /&gt;
State or Province Name (full name) [Some-State]:&lt;br /&gt;
Locality Name (eg, city) []: &lt;br /&gt;
Organization Name (eg, company) [Internet Widgits Pty Ltd]:&lt;br /&gt;
Organizational Unit Name (eg, section) []:&lt;br /&gt;
Common Name (eg, YOUR name) []:www.domain.tld&lt;br /&gt;
Email Address []: you@domain.tld&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Now you have an key and a csr file. 
    </content:encoded>

    <pubDate>Tue, 07 Feb 2006 18:50:49 +0100</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/2-guid.html</guid>
    
</item>

</channel>
</rss>