From: Tony Mack Date: Thu, 6 May 2010 16:22:04 +0000 (+0000) Subject: implement verbose output, fix name errors X-Git-Tag: sfa-0.9-11~6^2~4 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=9681bcd9c320f422c43b29c3f58798db15917dbe implement verbose output, fix name errors --- diff --git a/sfa/server/sfa-ca.py b/sfa/server/sfa-ca.py index a2266c65..c76b9857 100755 --- a/sfa/server/sfa-ca.py +++ b/sfa/server/sfa-ca.py @@ -83,6 +83,9 @@ def sign(options): sys.exit(1) gid = GID(filename=gidfile) + # remove previous parent + gid = GID(string=gid.save_to_string(save_parents=False)) + # load the parent private info authority = options.authority # if no pkey was specified, then use the this authority's key