changed keyconvert back.. it got changed to the old version because my version was...
authorJosh Karlin <jkarlin@bbn.com>
Wed, 14 Jul 2010 14:26:14 +0000 (14:26 +0000)
committerJosh Karlin <jkarlin@bbn.com>
Wed, 14 Jul 2010 14:26:14 +0000 (14:26 +0000)
sfa/trust/certificate.py

index a76b22d..503ebe9 100644 (file)
@@ -51,7 +51,7 @@ from sfa.util.namespace import urn_to_hrn
 from sfa.util.faults import *
 
 def convert_public_key(key):
-    keyconvert_path = "/usr/bin/keyconvert"
+    keyconvert_path = "/usr/bin/keyconvert.py"
     if not os.path.isfile(keyconvert_path):
         raise IOError, "Could not find keyconvert in %s" % keyconvert_path