Use the same variable name in the response as the dogtag plugin

This commit is contained in:
Rob Crittenden 2009-09-24 17:42:26 -04:00
parent 31ad1973c5
commit 4f4d57cd30

View File

@ -121,6 +121,6 @@ class ra(rabase.rabase):
s = s + 27
cert = cert[s:e]
return {'status':0, 'subject': subject, 'certificate':cert, 'serial': "0x%x" % serial}
return {'status':0, 'subject': subject, 'certificate':cert, 'serial_number': "0x%x" % serial}
api.register(ra)