[pisa-src] r2906 - in trunk/community-operator/client: get_community_cert.sh pisa-cert-info.c

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 12 Mar 2012 15:47:06 +0100

Author: biurrun
Date: Mon Mar 12 15:47:05 2012
New Revision: 2906

Log:
Update HIPL host certificate location after changes to default paths in HIPL.

Modified:
   trunk/community-operator/client/get_community_cert.sh
   trunk/community-operator/client/pisa-cert-info.c

Modified: trunk/community-operator/client/get_community_cert.sh
==============================================================================
--- trunk/community-operator/client/get_community_cert.sh       Thu Mar  8 
15:16:06 2012        (r2905)
+++ trunk/community-operator/client/get_community_cert.sh       Mon Mar 12 
15:47:05 2012        (r2906)
@@ -22,7 +22,7 @@
 set -e
 
 # global settings
-cert_location='/etc/hip/pisa-cert.der'
+cert_location='/etc/hip/host-cert.der'
 
comm_op_url='http://[2001:0017:a924:d6fd:5973:078a:a8dd:4df3]:3000/cgi-bin/pisa-co.cgi'
 remaining_validity='4200'   # how many seconds should the cert. still be valid 
for us to
           # (70 minutes)    #  actually regard it as valid? make sure this 
fits the settings

Modified: trunk/community-operator/client/pisa-cert-info.c
==============================================================================
--- trunk/community-operator/client/pisa-cert-info.c    Thu Mar  8 15:16:06 
2012        (r2905)
+++ trunk/community-operator/client/pisa-cert-info.c    Mon Mar 12 15:47:05 
2012        (r2906)
@@ -228,7 +228,7 @@
     fprintf(output, "pisa-cert-info <cert-filename>\n\n");
 
     fprintf(output, "Example:\n");
-    fprintf(output, "pisa-cert-info /etc/hip/pisa-cert-der\n");
+    fprintf(output, "pisa-cert-info /etc/hip/host-cert.der\n");
 }
 
 /**
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts:

  • » [pisa-src] r2906 - in trunk/community-operator/client: get_community_cert.sh pisa-cert-info.c - Diego Biurrun