[pisa-src] r1198 - trunk/community-operator/co_client.cfg

  • From: Jan Marten <jan.marten@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 15 Oct 2009 19:28:41 +0200

Author: marten
Date: Thu Oct 15 19:28:41 2009
New Revision: 1198

Log:
Added new options to the configuration file

Modified:
   trunk/community-operator/co_client.cfg

Modified: trunk/community-operator/co_client.cfg
==============================================================================
--- trunk/community-operator/co_client.cfg      Thu Oct 15 19:24:56 2009        
(r1197)
+++ trunk/community-operator/co_client.cfg      Thu Oct 15 19:28:41 2009        
(r1198)
@@ -2,6 +2,13 @@
 port=4223;
 hit="2001:1a:b1b0:aad:f92:15ca:280c:9430";
 
+# Saves valid certs to certs_dir and only retrieves new certs if no valid cert 
is found.
+# Otherwise, the cert is received directly from server and is written to 
"filename"
+save_certs=false;
+
+# Directory to save received certificates
+certs_dir="certs";
+
 # How often should we retry if we don't receive an answer before the timeout
 retry=3;
 

Other related posts:

  • » [pisa-src] r1198 - trunk/community-operator/co_client.cfg - Jan Marten