From be7cc5efd2c1ad8227794f77c27e3376f509ef4a Mon Sep 17 00:00:00 2001 From: Jakub Sławiński Date: Wed, 3 Oct 2007 23:32:17 +0200 Subject: v0.8.4 - Added (by Joshua Judson Rosen): certificate-based authentication --- doc/en/README | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'doc/en/README') diff --git a/doc/en/README b/doc/en/README index 11b080e..e9f5b20 100644 --- a/doc/en/README +++ b/doc/en/README @@ -1,4 +1,4 @@ -AF - Active Port Forwarder 0.8.3 - README +AF - Active Port Forwarder 0.8.4 - README Copyright (C) 2003-2007 jeremian - ================================================================= @@ -130,7 +130,10 @@ Multiple clients allow to create more sophisticated tunneling scheme. Configuration: -c, --cerfile - the name of the file with certificate - (default: cacert.pem) + (default: server-cert.pem) + -A, --cacerfile - the name of the file with CA certificates + (if used, require clients to have valid certificates) + -d, --cerdepth - the maximum depth of valid certificate-chains -k, --keyfile - the name of the file with RSA key (default: server.rsa) -f, --cfgfile - the name of the file with the configuration for the active forwarder (server) @@ -211,6 +214,8 @@ Multiple clients allow to create more sophisticated tunneling scheme. Configuration: -k, --keyfile - the name of the file with RSA key (default: client.rsa) + -c, --cerfile - the name of the file with certificate + (default: no certificate used) -f, --cfgfile - the name of the file with the configuration for the active forwarder (client) -s, --storefile - the name of the file with stored public keys @@ -662,6 +667,9 @@ README file. Thanks to Marco Solari for a lot of requests, suggestions and ideas. + Thanks to Joshua Judson Rosen for the patch adding +certificate-based authentication to the APF. + And thanks for using this software! LICENSE -- cgit v1.1