From 44053ab482f9c2b8a2f05151305cd8390c08165e Mon Sep 17 00:00:00 2001
From: Tony Mack <tmack@paris.CS.Princeton.EDU>
Date: Wed, 20 Oct 2010 12:03:13 -0400
Subject: [PATCH] fix sub authority signing issues

---
 sfa/server/sfa-ca.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sfa/server/sfa-ca.py b/sfa/server/sfa-ca.py
index ad2488f0..b8c7f237 100755
--- a/sfa/server/sfa-ca.py
+++ b/sfa/server/sfa-ca.py
@@ -1,8 +1,10 @@
 #!/usr/bin/python
 
 #
-# SFA Certificate Signing and management. Root authorities can use this script to sign
-# the certificate of another authority and become its parent.     
+# SFA Certificate Signing and management. Root authorities can use this script 
+# to sign  the certificate of another authority and become its parent. Sub 
+# authorities (authorities that have had their cert signed by another authority) 
+# can use this script to update their registry hierarchy with the new cert    
 # 
 # Example usage: 
 #
-- 
2.47.0