[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Bug in Docs for Apache SSL Setup with SVN

From: Simon Large <simon.tortoisesvn_at_googlemail.com>
Date: Fri, 16 Oct 2009 22:44:46 +0100

2009/10/16 Mark Jones <mkjones_at_knology.net>:
> http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-serversetup-apache.html
>
> has a bug in this line
>
> bin\openssl x509 -in conf\server.csr -out conf\server.crt
>         -req -signkey conf\server.key -days 4000
>
> Should be:
>
> bin\openssl x509 -in conf\server.csr -out conf\server.cert
>                  -req -signkey conf\server.key -days 4000
>
> (Needs an ‘e’ in cert instead of crt)

Oops, well spotted.

> Also, to make life easier for everyone, here is a script file to run all the
> commands:
>
> bin\openssl req -config conf\openssl.cnf -new -out my-server.csr
> bin\openssl genrsa -out conf\privkey.pem 2048
> bin\openssl rsa -in conf\privkey.pem -out conf\server.key
> bin\openssl req -new -key conf\server.key -out conf\server.csr -config
> conf\openssl.cnf
> bin\openssl x509 -in conf\server.csr -out conf\server.cert -req -signkey
> conf\server.key -days 4000
> bin\openssl x509 -in conf\server.cert -out conf\server.der.crt -outform DER
>

Thanks for the update. I'll put those in.

Simon

-- 
:       ___
:  oo  // \\      "De Chelonian Mobile"
: (_,\/ \_/ \     TortoiseSVN
:   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
:   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2408364
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-10-16 23:44:50 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.