mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Use the same variable name in the response as the dogtag plugin
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user