ATT: svn.kde.org has been updated

Martijn Klingens klingens at kde.org
Sun Apr 10 16:08:42 BST 2005


On Sunday 10 April 2005 16:53, Stephan Kulow wrote:
> Am Sonntag 10 April 2005 15:43 schrieb Ingo Klöcker:
> > Sorry, for being a PITA but I'm not going to accept this stupid server
> > certificate (someone trying to be funny?). Could you please create a
> > self-signed certificate and publish the fingerprint here signed with
> > your OpenPGP key. Thanks.
>
> If you have a better certificate, feel free to send it to me.

Even self-signed is better than the snake oil cert, since that one is 
installed on all systems with apache2, so everyone has access to the private 
key :)

        openssl genrsa -out websvn.key 1024
        openssl req -new -key websvn.key -x509 -out websvn.crt
        chmod 400 websvn.{key,crt}
        mv websvn.key /etc/apache2/ssl.key/
        mv websvn.crt /etc/apache2/ssl.crt/

should do AFAIK.

-- 
Martijn




More information about the kde-core-devel mailing list