<?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>Zugschlusbeobachtungen (Entries tagged as pki)</title>
    <link>http://blog.zugschlus.de/</link>
    <description>Das persönliche Blog von Marc Haber</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:mh+blog-zugschlus-de@zugschlus.de" />
    <generator>Serendipity 1.5.5 - http://www.s9y.org/</generator>
    <pubDate>Sat, 05 Jan 2008 12:00:19 GMT</pubDate>

    <image>
        <url>http://blog.zugschlus.de/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Zugschlusbeobachtungen - Das persönliche Blog von Marc Haber</title>
        <link>http://blog.zugschlus.de/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>PKI-loses TLS</title>
    <link>http://blog.zugschlus.de/archives/628-PKI-loses-TLS.html</link>
            <category>Computer und Netze</category>
    
    <comments>http://blog.zugschlus.de/archives/628-PKI-loses-TLS.html#comments</comments>
    <wfw:comment>http://blog.zugschlus.de/wfwcomment.php?cid=628</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.zugschlus.de/rss.php?version=2.0&amp;type=comments&amp;cid=628</wfw:commentRss>
    

    <author>mh+blog-zugschlus-de@zugschlus.de (Marc 'Zugschlus' Haber)</author>
    <content:encoded>
    &lt;p&gt;
&lt;a href=&quot;http://blog.zugschlus.de/exit.php?url_id=2275&amp;amp;entry_id=628&quot;  onmouseover=&quot;window.status=&#039;http://www.enyo.de/fw/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot; title=&quot;externer Link zu Florians Homepage&quot;&gt;Florian&lt;/a&gt; hat im April 2007 eine &lt;a
href=&quot;http://blog.zugschlus.de/exit.php?url=aHR0cDovL3d3dy5lbnlvLmRlL2Z3L3NlY3VyaXR5L25vdGVzL3BraS1sb3Nlcy10bHMuaHRtbA==&amp;amp;entry_id=628&quot;  onmouseover=&quot;window.status=&#039;http://www.enyo.de/fw/security/notes/pki-loses-tls.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot; title=&quot;externer Link zu Florians Notiz&quot;&gt;Notiz über
PKI-loses TLS unter Verwendung von selbstsignierten Zertifikaten&lt;/a&gt; veröffentlicht. Er ist ja immer für provokative
Aussagen gut, und in der Notiz erklärt er seine Beweggründe gut und hat bei mir einen Denkprozess ausgelöst.
&lt;/p&gt;
&lt;p&gt;
Ich werd das in den nächsten Monaten mal für den einen oder anderen Dienst, z.B. OpenVPN, ausprobieren und gucken, ob
dieser Ansatz in der Praxis funktionieren könnte. Für die Anwendung im Webumfeld sehe ich ja eher schwarz, weil dank
der verDAUung des Internets ein https-Server mit selbstsigniertem Zertifikat gemeinhin als unsicherer angesehen wird wie
ein Server mit unverschlüsseltem http. Weil bei Ersterem der Browser weint, und bei Zweiterem nicht.
&lt;/p&gt;
  
    </content:encoded>

    <pubDate>Sat, 05 Jan 2008 13:00:19 +0100</pubDate>
    <guid isPermaLink="false">http://blog.zugschlus.de/archives/628-guid.html</guid>
    <category>pki</category>
<category>security</category>
<category>ssl</category>
<category>tls</category>

</item>
<item>
    <title>EasyRSA on Debian for an OpenVPN CA</title>
    <link>http://blog.zugschlus.de/archives/523-EasyRSA-on-Debian-for-an-OpenVPN-CA.html</link>
            <category>Debian</category>
    
    <comments>http://blog.zugschlus.de/archives/523-EasyRSA-on-Debian-for-an-OpenVPN-CA.html#comments</comments>
    <wfw:comment>http://blog.zugschlus.de/wfwcomment.php?cid=523</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://blog.zugschlus.de/rss.php?version=2.0&amp;type=comments&amp;cid=523</wfw:commentRss>
    

    <author>mh+blog-zugschlus-de@zugschlus.de (Marc 'Zugschlus' Haber)</author>
    <content:encoded>
    &lt;p&gt;
After asking for &lt;a href=&quot;http://blog.zugschlus.de/exit.php?url_id=2228&amp;amp;entry_id=523&quot;  onmouseover=&quot;window.status=&#039;http://blog.zugschlus.de/archives/344-Looking-for-useable-CA-software.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;  title=&quot;link to
another blog entry&quot;&gt;useable CA Software,&lt;/a&gt; I have finally settled on using EasyRSA. This is what I did to come across
the packaging shortcomings of EasyRSA in Debian.
&lt;/p&gt;
 &lt;h2&gt;Storing your CA&lt;/h2&gt;
&lt;p&gt;
Be sure that your CA is stored in a secure place. Don&amp;#8217;t store it online, and make it accessible only to yourself.
In my opinion, storing the the CA in a cryptoloop or dm-crypt container file on a small 32 MB USB stick is a good idea.
Cryptloop, dm-crypt and LUKS are rather easy today and available in the stock Linux kernel. I commonly use grml-crypt to
manage the crypto loopback stuff:
&lt;blockquote&gt;sudo grml-crypt start /media/usb4/cryptoloop $MOUNTPOINT&lt;/blockquote&gt;
Gotcha: don&amp;#8217;t confuse sudo&amp;#8217;s &amp;#8220;password&amp;#8221; prompt with grml-crypt&amp;#8217;s &amp;#8220;Enter LUKS
passphrase&amp;#8221; prompt, the cryptoloop password won&amp;#8217;t bring you anywhere on the sudo prompt.
&lt;/p&gt;
&lt;h2&gt;Preparing the CA directory&lt;/h2&gt;
&lt;p&gt;
For the CA, create a dedicated directory in the mounted cryptoloop file system. You&amp;#8217;re originally supposed to copy
the entire EasyRSA directory tree in there, but I&amp;#8217;d recommend to only link the files from your system&amp;#8217;s
EasyRSA directory to automatically take advantage of distribution updates.
&lt;/p&gt;
&lt;p&gt;
You&amp;#8217;ll need at least these links:
&lt;blockquote&gt;&lt;pre&gt;
lrwxrwxrwx 1 mh mh   56 Dec 25 23:23 openssl.cnf -&gt; /usr/share/doc/openvpn/examples/easy-rsa/2.0/openssl.cnf
lrwxrwxrwx 1 mh mh   52 Dec 25 23:22 pkitool -&gt; /usr/share/doc/openvpn/examples/easy-rsa/2.0/pkitool
lrwxrwxrwx 1 mh mh   60 Dec 25 23:23 whichopensslcnf -&gt; /usr/share/doc/openvpn/examples/easy-rsa/2.0/whichopensslcnf
&lt;/pre&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;pre&gt;
ln -s /usr/share/doc/openvpn/examples/easy-rsa/2.0/openssl.cnf .
ln -s /usr/share/doc/openvpn/examples/easy-rsa/2.0/pkitool .
ln -s /usr/share/doc/openvpn/examples/easy-rsa/2.0/whichopensslcnf .
&lt;/pre&gt;&lt;/blockquote&gt;
&lt;/p&gt;
&lt;h2&gt;Configuring your CA&lt;/h2&gt;
&lt;p&gt;
The only thing you cannot link is the vars file which contains your CA&amp;#8217;s local settings:
&lt;blockquote&gt;&lt;pre&gt;
export EASY_RSA=&amp;#8220;$(pwd)&amp;#8221;
export OPENSSL=&amp;#8220;openssl&amp;#8221;
export PKCS11TOOL=&amp;#8220;pkcs11-tool&amp;#8221;
export GREP=&amp;#8220;grep&amp;#8221;
export KEY_CONFIG=$($EASY_RSA/whichopensslcnf $EASY_RSA)
export KEY_DIR=&amp;#8220;$EASY_RSA/keys&amp;#8221;

# Issue rm -rf warning
echo NOTE: If you run ./clean-all, I will be doing a rm -rf on $KEY_DIR

export KEY_SIZE=1024
export CA_EXPIRE=3650
export KEY_EXPIRE=3650
export KEY_COUNTRY=&amp;#8220;DE&amp;#8221;
export KEY_PROVINCE=&amp;#8220;&amp;#8221;
export KEY_CITY=&amp;#8220;&amp;#8221;
export KEY_ORG=&amp;#8220;Zugschlus.de&amp;#8221;
export KEY_EMAIL=&amp;#8220;mh+easyrsa-mh-openvpn@zugschlus.de&amp;#8221;

export PKCS11_MODULE_PATH=&amp;#8220;dummy&amp;#8221;
export PKCS11_PIN=&amp;#8220;dummy&amp;#8221;
&lt;/pre&gt;&lt;/blockquote&gt;

Comments have been removed from this file. Better copy the file from /usr/share/doc/openvpn/examples/easy-rsa/2.0/vars
and edit it to your needs. I added the two PKCS11 variables since you won&amp;#8217;t otherwise be able to issue certificate
requests.
&lt;/p&gt;
&lt;h2&gt;Creating the CA&lt;/h2&gt;
&lt;p&gt;
Next, decide on a shell instance where you will do most operations, and source vars in there.
&lt;/p&gt;
&lt;p&gt;
Next, run /usr/share/doc/openvpn/examples/easy-rsa/2.0/clean-all. If you do this in a directory of an already-in-use
EasyRSA CA, you&amp;#8217;ll need to restore your backup.
&lt;/p&gt;
&lt;p&gt;
To actually initialize the CA, run pkitool --initca --pass. If you do not give the --pass parameter, you&amp;#8217;ll create
a CA that can issue certificates without asking for a passphrase, which might not be a brilliant idea. Choose a
reasonably secure pass phrase.
&lt;/p&gt;
&lt;h2&gt;Creating Certificates - the simple and suboptimal way&lt;/h2&gt;
&lt;p&gt;
You can now simply proceed to create an arbitrary number of pairs of &amp;#8220;private&amp;#8221; keys and associated
certificate by simply calling pkitool &amp;lt;clientname&amp;gt; and/or pkitool --server &amp;lt;servername&amp;gt;. Depending on your
security policy, you can mandate the private keys to be protected by a passphrase (adding --pass to the command lines),
but you&amp;#8217;ll have the expense of being asked for the passphrase every time you start a new openvpn daemon.
&lt;/p&gt;
&lt;h2&gt;Creating Certificates the Right Way&lt;/h2&gt;
&lt;p&gt;
I have put the &amp;#8220;private&amp;#8221; in quotes since the keys created this way are not really private: The key was
created on the box hosting the CA, was stored on the local (crypted) file system and needs to be moved to the target
system via a secure channel. Doing so the right way is harder than expected, so it is usually the better way to keep the
private key really private by creating it directly on the target system. On the target system, you need OpenVPN
installed, and openssl. After the certificate was created, you can remove openssl again.
&lt;/p&gt;
&lt;p&gt;
Creating a private key is part of a key-pair generation process that also leaves a certificate request. The contents of
the certificate request is public, and you can safely move it to the CA box and convert it to a certificate by signing
the request. You only need to make sure that nobody exchanges your target system&amp;#8217;s certificate request for her own
before you sign it as you might end up certifying a wrong identity.
&lt;/p&gt;
&lt;p&gt;
For the rest of this document we&amp;#8217;re going to assume that you have ssh access to the target system and have
verified the ssh host key, so that you can be reasonably sure to be connected to the right system.
&lt;/p&gt;
&lt;p&gt;
To create a certificate request, you can use this script, which I have called create-easyrsa-cert-req:
&lt;blockquote&gt;&lt;pre&gt;
#!/bin/bash

set -u

TMPDIR=&amp;#8220;/tmp&amp;#8221;

export OPENSSL=&amp;#8220;openssl&amp;#8221;
export PKCS11TOOL=&amp;#8220;pkcs11-tool&amp;#8221;
export GREP=&amp;#8220;grep&amp;#8221;

export KEY_CONFIG=&amp;#8220;/usr/share/doc/openvpn/examples/easy-rsa/2.0/openssl.cnf&amp;#8221;

export KEY_DIR=&amp;#8220;$TMPDIR/keys.$$&amp;#8221;
mkdir -p $KEY_DIR

export KEY_SIZE=1024
export KEY_EXPIRE=3650

export KEY_COUNTRY=&amp;#8220;DE&amp;#8221;
export KEY_PROVINCE=&amp;#8220;&amp;#8221;
export KEY_CITY=&amp;#8220;&amp;#8221;
export KEY_ORG=&amp;#8220;Zugschlus&amp;#8221;
export KEY_OU=&amp;#8220;$(hostname --fqdn)&amp;#8221;
export KEY_EMAIL=&amp;#8220;mh+$(hostname)-ovpn-cert@zugschlus.de&amp;#8221;

export DEBUG=1
umask 077
if [ &amp;#8220;${1:-foo}&amp;#8221; != &amp;#8220;server&amp;#8221; ]; then
  /usr/share/doc/openvpn/examples/easy-rsa/2.0/pkitool --csr $(hostname)
else
  /usr/share/doc/openvpn/examples/easy-rsa/2.0/pkitool --csr --server $(hostname)
fi

mv $TMPDIR/keys.$$/* .
rm -rf $TMPDIR/keys.$$
&lt;/pre&gt;&lt;/blockquote&gt;
When called without parameters, it creates a certificate request for an OpenVPN client certificate, and when you call it
with &amp;#8220;server&amp;#8221; as parameter, it will create a server certificate request.
&lt;/p&gt;
&lt;p&gt;
In any case, it will leave two files in the current directory. They are named after the current host name, and have the
extensions .csr and .key. The .key file is your private key. keep it private! The .csr file is the certificate request
which you can now move to the keys subdirectory of your CA directory via scp or other means such as an USB stick.
&lt;/p&gt;
&lt;p&gt;
To do the actual signing, invoke pkitool --sign &amp;lt;hostname&amp;gt; and enter the CA passphrase. You can ignore the error
message that there was no .key file to chmod. Gotcha, when signing a server certificate, use pkitool --server --sign
&amp;lt;hostname&amp;gt;.
&lt;/p&gt;
&lt;h2&gt;Move Certificate to the target host&lt;/h2&gt;
&lt;p&gt;
You can now move the certificate to the target system. Since you&amp;#8217;re probably going to need the root certificate
and the certificate revocation list as well, the .crt file, and ca.crt to the target system. These files are public, so
there is no need for a secure channel. If you created the .key file on the CA system (which is not recommended), you
need a secure channel to move the .key file to the target system as well.
&lt;/p&gt;
&lt;h2&gt;Revoking Certificates&lt;/h2&gt;
&lt;p&gt;
Since an OpenVPN server&amp;#8217;s only means of authentication is to check whether the certificate presented by a client
is signed by the &amp;#8220;right&amp;#8221; CA, the only way to revoke VPN access is to revoke the certificate. This is also
done on the CA system by calling /usr/share/doc/openvpn/examples/easy-rsa/2.0/revoke-full &amp;lt;client-name&amp;gt;. This
creates a crl.pem file which contains a list of all revoked certificates. You need to have a mechanism to distribute
that list to all systems that might need it, and it is recommended to have this automated. Remember, if you do not
distribute the .crl file, the systems are not going to know about revoked certificates.
&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Tue, 06 Mar 2007 13:50:53 +0100</pubDate>
    <guid isPermaLink="false">http://blog.zugschlus.de/archives/523-guid.html</guid>
    <category>debian</category>
<category>debian-english</category>
<category>easyrsa</category>
<category>openvpn</category>
<category>pki</category>

</item>
<item>
    <title>X509 Certification Authority</title>
    <link>http://blog.zugschlus.de/archives/377-X509-Certification-Authority.html</link>
            <category>Security</category>
    
    <comments>http://blog.zugschlus.de/archives/377-X509-Certification-Authority.html#comments</comments>
    <wfw:comment>http://blog.zugschlus.de/wfwcomment.php?cid=377</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.zugschlus.de/rss.php?version=2.0&amp;type=comments&amp;cid=377</wfw:commentRss>
    

    <author>mh+blog-zugschlus-de@zugschlus.de (Marc 'Zugschlus' Haber)</author>
    <content:encoded>
    In diesem Artikel samme ich Links zu Literatur und HOWTOs über den Aufbau lokaler X.509 Certification Authorities.
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://blog.zugschlus.de/exit.php?url=aHR0cDovL3d3dy5kYXZpZHBhc2hsZXkuY29tL2FydGljbGVzL2NlcnQtYXV0aG9yaXR5Lmh0bWw=&amp;amp;entry_id=377&quot; title=&quot;http://www.davidpashley.com/articles/cert-authority.html&quot;  onmouseover=&quot;window.status=&#039;http://www.davidpashley.com/articles/cert-authority.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;David Pashley: Becoming a X.509 Certificate
Authority.&lt;/A&gt; Inklusive einiger interessanter Artikellinks für &amp;#8220;further reading&amp;#8221; am Ende des
Artikels.&lt;/li&gt;
&lt;/ul&gt;
 
    </content:encoded>

    <pubDate>Fri, 14 Apr 2006 15:44:00 +0200</pubDate>
    <guid isPermaLink="false">http://blog.zugschlus.de/archives/377-guid.html</guid>
    <category>pki</category>

</item>
<item>
    <title>Looking for useable CA software</title>
    <link>http://blog.zugschlus.de/archives/344-Looking-for-useable-CA-software.html</link>
            <category>Debian</category>
    
    <comments>http://blog.zugschlus.de/archives/344-Looking-for-useable-CA-software.html#comments</comments>
    <wfw:comment>http://blog.zugschlus.de/wfwcomment.php?cid=344</wfw:comment>

    <slash:comments>7</slash:comments>
    <wfw:commentRss>http://blog.zugschlus.de/rss.php?version=2.0&amp;type=comments&amp;cid=344</wfw:commentRss>
    

    <author>mh+blog-zugschlus-de@zugschlus.de (Marc 'Zugschlus' Haber)</author>
    <content:encoded>
    &lt;p&gt;To support my experiments with &lt;a href=&quot;http://blog.zugschlus.de/exit.php?url_id=1935&amp;amp;entry_id=344&quot; title=&quot;http://openvpn.net/&quot;  onmouseover=&quot;window.status=&#039;http://openvpn.net/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;OpenVPN&lt;/a&gt;, I have been trying to evaluate different CA
software packages in Debian. With devastating results.&lt;/p&gt;&lt;p&gt;I tried&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a
href=&quot;http://blog.zugschlus.de/exit.php?url_id=1936&amp;amp;entry_id=344&quot; title=&quot;http://packages.debian.org/pyca&quot;  onmouseover=&quot;window.status=&#039;http://packages.debian.org/pyca&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;pyca&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a
href=&quot;http://blog.zugschlus.de/exit.php?url_id=1937&amp;amp;entry_id=344&quot; title=&quot;http://packages.debian.org/tinyca&quot;  onmouseover=&quot;window.status=&#039;http://packages.debian.org/tinyca&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;tinyca&lt;/a&gt;&lt;/li&gt;&lt;li&gt;easy-rsa (from the &lt;a
href=&quot;http://blog.zugschlus.de/exit.php?url_id=1938&amp;amp;entry_id=344&quot; title=&quot;http://packages.debian.org/openvpn&quot;  onmouseover=&quot;window.status=&#039;http://packages.debian.org/openvpn&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;openvpn &lt;/a&gt;package)&lt;/li&gt;&lt;/ul&gt;
 &lt;h1&gt;pyca&lt;/h1&gt;&lt;h2&gt;Pros&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;command line&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Cons&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Unmaintained upstream&lt;/li&gt;&lt;li&gt;Quite
underdocumented - the maintainer doesn&amp;#8217;t think so and closed &lt;a
href=&quot;http://blog.zugschlus.de/exit.php?url_id=1939&amp;amp;entry_id=344&quot; title=&quot;http://bugs.debian.org/355177&quot;  onmouseover=&quot;window.status=&#039;http://bugs.debian.org/355177&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;#355177&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Didn&amp;#8217;t work when I tried
it&lt;/li&gt;&lt;/ul&gt;&lt;h1&gt;tinyca&lt;/h1&gt;&lt;h2&gt;pros&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;seems easily useable&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;cons&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;has a GUI and is thus
not suitable for very old boxes as CA host&lt;/li&gt;&lt;li&gt;version in unstable gets in endless loop after CA
certification&lt;/li&gt;&lt;li&gt;version in testing crashes without error message if default values for CA are
changed&lt;/li&gt;&lt;li&gt;version in testing succeeds in creating CA and then displays a GUI that doesn&amp;#8217;t accept any mouse
clicks&lt;/li&gt;&lt;/ul&gt;&lt;h1&gt;easy-rsa&lt;/h1&gt;&lt;h2&gt;pros&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;easily useable&lt;/li&gt;&lt;li&gt;Only CA tried that actually worked in
creating certificates for first OpenVPN installation&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;cons&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;not properly packages - only in
examples directory of OpenVPN package&lt;/li&gt;&lt;li&gt;creates CA without password!&lt;/li&gt;&lt;/ul&gt;&lt;h1&gt;openca&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;not packaged
for Debian (see &lt;a href=&quot;http://blog.zugschlus.de/exit.php?url_id=1940&amp;amp;entry_id=344&quot; title=&quot;http://bugs.debian.org/141748&quot;  onmouseover=&quot;window.status=&#039;http://bugs.debian.org/141748&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;#141748&lt;/a&gt;)&lt;/li&gt;&lt;/ul&gt;&lt;h1&gt;openxpki&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;split from openca
in October 2005&lt;/li&gt;&lt;li&gt;Has not yet released any code&lt;/li&gt;&lt;/ul&gt;&lt;h1&gt;conclusion&lt;/h1&gt;&lt;p&gt;All software sucks. Does Debian
have CA software that is actually useable?&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Fri, 03 Mar 2006 23:22:09 +0100</pubDate>
    <guid isPermaLink="false">http://blog.zugschlus.de/archives/344-guid.html</guid>
    <category>ca</category>
<category>debian</category>
<category>english</category>
<category>pki</category>

</item>
<item>
    <title>To self-signed or not to self-sign?</title>
    <link>http://blog.zugschlus.de/archives/269-To-self-signed-or-not-to-self-sign.html</link>
            <category>Security</category>
    
    <comments>http://blog.zugschlus.de/archives/269-To-self-signed-or-not-to-self-sign.html#comments</comments>
    <wfw:comment>http://blog.zugschlus.de/wfwcomment.php?cid=269</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.zugschlus.de/rss.php?version=2.0&amp;type=comments&amp;cid=269</wfw:commentRss>
    

    <author>mh+blog-zugschlus-de@zugschlus.de (Marc 'Zugschlus' Haber)</author>
    <content:encoded>
    &lt;p&gt;Auf der &lt;a href=&quot;http://blog.zugschlus.de/exit.php?url_id=1729&amp;amp;entry_id=269&quot; title=&quot;http://mail.nessus.org/mailman/listinfo/nessus&quot;  onmouseover=&quot;window.status=&#039;http://mail.nessus.org/mailman/listinfo/nessus&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Nesus-Mailingliste&lt;/a&gt; fand ich heute eine &lt;a
href=&quot;http://blog.zugschlus.de/exit.php?url_id=1730&amp;amp;entry_id=269&quot; title=&quot;http://mail.nessus.org/pipermail/nessus/2005-December/msg00050.html&quot;  onmouseover=&quot;window.status=&#039;http://mail.nessus.org/pipermail/nessus/2005-December/msg00050.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Mail,&lt;/a&gt; deren Autor sich darüber wundert,
dass&lt;br /&gt; Nessus bei einem Self-Signed Certificate keine Warnung wirft.&lt;/p&gt;

&lt;p&gt;Schließlich ist das eine schlechte Security-Maßnahme weil auf diese Weise Man-in-the-Middle-Attacken möglich
werden. Das sei insbesondere im kommerziellen Umfeld ein Problem.&lt;/p&gt;

&lt;p&gt;Nun, meine Meinung dazu ist, dass es sicherer sein kann, ein selbstsigniertes Zertifikat selbst zu verifizieren als
sich blind auf die durchaus durchwachsenen Prozesse einer kommerziellen CA zu verlassen.&lt;/p&gt;

&lt;p&gt;Ach ja, die oben zitierte Mail kam von einem Verisign-Mitarbeiter.&lt;/p&gt;

  
    </content:encoded>

    <pubDate>Thu, 08 Dec 2005 14:52:05 +0100</pubDate>
    <guid isPermaLink="false">http://blog.zugschlus.de/archives/269-guid.html</guid>
    <category>certificates</category>
<category>nessus</category>
<category>pki</category>
<category>security</category>
<category>verisign</category>
<category>x509</category>

</item>

</channel>
</rss>