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/afserver_example.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/afserver_example.conf') diff --git a/doc/afserver_example.conf b/doc/afserver_example.conf index a11f5c1..8bdafa6 100644 --- a/doc/afserver_example.conf +++ b/doc/afserver_example.conf @@ -1,7 +1,7 @@ # This is an example configuration file for active port forwarder (server) # Firstly, we have to declare our files with key and certificate -cerfile cacert.pem +cerfile server-cert.pem # Please note, that we can place only blank characters between words @@ -47,6 +47,9 @@ manageport 50126 #portnumber on which server is listening for afclient #ipv4 #use ipv4 only #ipv6 #use ipv6 only #enableproxy #enable http proxy mode +#cacerfile filename #the name of the file with CA certificates + # (if used, require clients to have valid certificates) +#cerdepth #the maximum depth of valid certificate-chains # and now the second realm -- cgit v1.1