X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfa%2Ftrust%2Fcertificate.py;h=12a60e11c1bafeffd680471331ccf76113f8c63a;hp=9fd58ed3f6e80733d539e995c58c1e6ec6a52386;hb=9ec8efcc4a9a0924d0dc822d07e4faeb9548fdf2;hpb=9fadbf450732b94a723471b80bfa6e10a710b85c diff --git a/sfa/trust/certificate.py b/sfa/trust/certificate.py index 9fd58ed3..12a60e11 100644 --- a/sfa/trust/certificate.py +++ b/sfa/trust/certificate.py @@ -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