use the python implementation for keyconvert
[sfa.git] / sfa / trust / certificate.py
index 9fd58ed..12a60e1 100644 (file)
@@ -28,7 +28,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