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

SSL Client certificates

From: Mikael Andersson <manderss_at_dof.se>
Date: 2005-03-19 12:47:34 CET

Hi,

I have setup a subversion Apache server on my home pc and want to be
able to access it
from my work pc securely. I have managed to create a server certificate
by using the
following commands.

openssl.exe req -config openssl.cnf -new -nodes -out server.csr -keyout
server.key
openssl.exe x509 -in server.csr -out server.crt -req -signkey server.key
-days 365 -set_serial 1

I now access the server using https successfully. I would now like to
add client certificates
to ensure that only my workpc can access the repository.

Can anybody help me out how to do this?

thanks

Mikael

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 21 15:35:07 2005

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

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